From 7fdd5878f21f3fb4d4c432794e3c3edfe0c99954 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 22 Feb 2021 17:51:36 -0500 Subject: [PATCH] Updated install.sh so that all keyboard layouts will be installed. --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 78b46170..db529973 100755 --- a/install.sh +++ b/install.sh @@ -17,8 +17,9 @@ install -m755 -d /usr/share/fenrirscreenreader/scripts cp -af "config/scripts/wlan__-__key_y.sh" /usr/share/fenrirscreenreader/scripts/ # keyboard -install -m644 -D "config/keyboard/desktop.conf" /etc/fenrirscreenreader/keyboard/desktop.conf -install -m644 -D "config/keyboard/laptop.conf" /etc/fenrirscreenreader/keyboard/laptop.conf +for i in "config/keyboard/"*.conf ; do + install -m644 -D "$i" "/etc/fenrirscreenreader/keyboard/${i##*/}" +done # punctuation install -m755 -d /etc/fenrirscreenreader/punctuation