diff options
author | Jesús <heckyel@hyperbola.info> | 2020-05-26 13:59:26 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-05-26 13:59:26 -0500 |
commit | f18b66ad9c2a6cfab96e58226c758faaec0c923a (patch) | |
tree | 2292f565a7806882fe3c77e3f14b7c0b67ac1df5 | |
parent | 8574027da55511ae82bc510edca00be8a3ec2b73 (diff) | |
download | cl-f18b66ad9c2a6cfab96e58226c758faaec0c923a.tar.lz cl-f18b66ad9c2a6cfab96e58226c758faaec0c923a.tar.xz cl-f18b66ad9c2a6cfab96e58226c758faaec0c923a.zip |
Improve "guia-de-instalacion-de-hyperbola"
-rw-r--r-- | content/articles/guia-de-instalacion-de-hyperbola.en.md | 6 | ||||
-rw-r--r-- | content/articles/guia-de-instalacion-de-hyperbola.md | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/content/articles/guia-de-instalacion-de-hyperbola.en.md b/content/articles/guia-de-instalacion-de-hyperbola.en.md index e0bea59..736ab76 100644 --- a/content/articles/guia-de-instalacion-de-hyperbola.en.md +++ b/content/articles/guia-de-instalacion-de-hyperbola.en.md @@ -191,7 +191,7 @@ Install base packages: and inside: - :::bash + #!bash ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel update_config=1 @@ -300,7 +300,7 @@ Here's an example: and inside write: - :::bash + #!bash Section "InputClass" Identifier "system-keyboard" MatchIsKeyboard "on" @@ -425,7 +425,7 @@ Where: Uncomment your desktop installed, example file `~/.xinitrc`: - :::bash + #!bash #!/bin/sh # # ~/.xinitrc diff --git a/content/articles/guia-de-instalacion-de-hyperbola.md b/content/articles/guia-de-instalacion-de-hyperbola.md index 3de1ce4..02becde 100644 --- a/content/articles/guia-de-instalacion-de-hyperbola.md +++ b/content/articles/guia-de-instalacion-de-hyperbola.md @@ -193,7 +193,7 @@ Instalamos los paquetes base: y dentro: - :::bash + #!bash ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel update_config=1 @@ -301,7 +301,7 @@ He aquí un ejemplo: y dentro colocar: - :::bash + #!bash Section "InputClass" Identifier "system-keyboard" MatchIsKeyboard "on" @@ -424,7 +424,7 @@ Donde: Descomentar el escritorio que usted instaló, ejemplo de archivo `~/.xinitrc`: - :::bash + #!bash #!/bin/sh # # ~/.xinitrc |