remove empty line (which breaks syntax)
This commit is contained in:
parent
7b685ebe98
commit
f94dd32250
@ -1480,7 +1480,6 @@ b'\xde\xad\xbe\xef'
|
|||||||
- name: shell | write keyboard configuration from /etc/default/keyboard to /etc/X11/xorg.conf.d/00-keyboard.conf
|
- name: shell | write keyboard configuration from /etc/default/keyboard to /etc/X11/xorg.conf.d/00-keyboard.conf
|
||||||
shell: |
|
shell: |
|
||||||
source /etc/default/keyboard
|
source /etc/default/keyboard
|
||||||
|
|
||||||
mkdir -p /etc/X11/xorg.conf.d/
|
mkdir -p /etc/X11/xorg.conf.d/
|
||||||
cat > /etc/X11/xorg.conf.d/00-keyboard.conf <<EOF
|
cat > /etc/X11/xorg.conf.d/00-keyboard.conf <<EOF
|
||||||
Section "InputClass"
|
Section "InputClass"
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
- name: shell | write keyboard configuration from /etc/default/keyboard to /etc/X11/xorg.conf.d/00-keyboard.conf
|
- name: shell | write keyboard configuration from /etc/default/keyboard to /etc/X11/xorg.conf.d/00-keyboard.conf
|
||||||
shell: |
|
shell: |
|
||||||
source /etc/default/keyboard
|
source /etc/default/keyboard
|
||||||
|
|
||||||
mkdir -p /etc/X11/xorg.conf.d/
|
mkdir -p /etc/X11/xorg.conf.d/
|
||||||
cat > /etc/X11/xorg.conf.d/00-keyboard.conf <<EOF
|
cat > /etc/X11/xorg.conf.d/00-keyboard.conf <<EOF
|
||||||
Section "InputClass"
|
Section "InputClass"
|
||||||
|
Loading…
Reference in New Issue
Block a user