From edd6779e1c8593991f0e3461046e6cfef3b7cc24 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Thu, 2 Feb 2017 09:55:22 +0100 Subject: [PATCH] copy tools and all punctuation in install.sh --- install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 61795eb7..f64706a0 100755 --- a/install.sh +++ b/install.sh @@ -3,15 +3,20 @@ read -p "This will install fenrir. Press ctrl+c to cancil, or enter to continue." continue install -m755 -d /opt/fenrir install -m755 -d /usr/share/fenrir/scripts +install -m755 -d /usr/share/fenrir/tools +install -m755 -d /etc/fenrir/punctuation install -m644 -D "config/keyboard/desktop.conf" /etc/fenrir/keyboard/desktop.conf install -m644 -D "config/keyboard/desktop.conf" /etc/fenrir/keyboard/desktop.conf -install -m644 -D "config/punctuation/default.conf" /etc/fenrir/punctuation/default.conf install -m644 -D "config/settings/settings.conf" /etc/fenrir/settings/settings.conf install -d /usr/share/sounds/fenrir install -m644 -D "autostart/systemd/fenrir.service" /usr/lib/systemd/system/fenrir.service + cp -a src/fenrir/* /opt/fenrir cp -a config/scripts/* /usr/share/fenrir/scripts +cp -a config/punctuation/* /etc/fenrir/punctuation cp -a config/sound/* /usr/share/sounds/fenrir +cp -a tools/* /usr/share/fenrir/tools + ln -s /opt/fenrir/fenrir-daemon /usr/bin/fenrir cat << EOF To have fenrir start at boot: