replace #!bash with :::bash

This commit is contained in:
Jesús 2021-09-20 21:03:01 -05:00
parent 8597539c45
commit 8e51402702
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 1 additions and 5 deletions

View File

@ -225,7 +225,6 @@ Install base packages:
and inside: and inside:
:::bash :::bash
#!bash
ctrl_interface=/var/run/wpa_supplicant ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel ctrl_interface_group=wheel
update_config=1 update_config=1
@ -355,7 +354,7 @@ Here's an example:
and inside write: and inside write:
:::bash :::bash
#!bash :::bash
Section "InputClass" Section "InputClass"
Identifier "system-keyboard" Identifier "system-keyboard"
MatchIsKeyboard "on" MatchIsKeyboard "on"
@ -492,7 +491,6 @@ Where:
Uncomment your desktop installed, example file `~/.xinitrc`: Uncomment your desktop installed, example file `~/.xinitrc`:
:::bash :::bash
#!bash
#!/bin/sh #!/bin/sh
# #
# ~/.xinitrc # ~/.xinitrc

View File

@ -229,7 +229,6 @@ Instalamos los paquetes base:
y dentro: y dentro:
:::bash :::bash
#!bash
ctrl_interface=/var/run/wpa_supplicant ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel ctrl_interface_group=wheel
update_config=1 update_config=1
@ -492,7 +491,6 @@ Donde:
Descomentar el escritorio que usted instaló, ejemplo de archivo `~/.xinitrc`: Descomentar el escritorio que usted instaló, ejemplo de archivo `~/.xinitrc`:
:::bash :::bash
#!bash
#!/bin/sh #!/bin/sh
# #
# ~/.xinitrc # ~/.xinitrc