commit before push.
This commit is contained in:
parent
87ce3de0c2
commit
77d62d7ff5
|
|
@ -44,8 +44,8 @@ config_file="/etc/default/keyboard"
|
|||
|
||||
typeset -A rules
|
||||
rules=(
|
||||
"XKBMODEL" "pc104"
|
||||
"XKBLAYOUT" "gb"
|
||||
"XKBMODEL" "pc105"
|
||||
"XKBLAYOUT" "extd"
|
||||
"XKBVARIANT" ""
|
||||
"XKBOPTIONS" "caps:swapescape"
|
||||
"BACKSPACE" "guess"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
apt install -y linux-firmware
|
||||
apt install -y firmware-linux
|
||||
apt install -y firmware-linux-free
|
||||
apt install -y firmware-linux-nonfree
|
||||
|
|
|
|||
Loading…
Reference in New Issue