Updated install.sh so that all keyboard layouts will be installed.
This commit is contained in:
parent
fb20f1a681
commit
7fdd5878f2
@ -17,8 +17,9 @@ install -m755 -d /usr/share/fenrirscreenreader/scripts
|
|||||||
cp -af "config/scripts/wlan__-__key_y.sh" /usr/share/fenrirscreenreader/scripts/
|
cp -af "config/scripts/wlan__-__key_y.sh" /usr/share/fenrirscreenreader/scripts/
|
||||||
|
|
||||||
# keyboard
|
# keyboard
|
||||||
install -m644 -D "config/keyboard/desktop.conf" /etc/fenrirscreenreader/keyboard/desktop.conf
|
for i in "config/keyboard/"*.conf ; do
|
||||||
install -m644 -D "config/keyboard/laptop.conf" /etc/fenrirscreenreader/keyboard/laptop.conf
|
install -m644 -D "$i" "/etc/fenrirscreenreader/keyboard/${i##*/}"
|
||||||
|
done
|
||||||
|
|
||||||
# punctuation
|
# punctuation
|
||||||
install -m755 -d /etc/fenrirscreenreader/punctuation
|
install -m755 -d /etc/fenrirscreenreader/punctuation
|
||||||
|
Loading…
Reference in New Issue
Block a user