From 9743bf8f72f5b1ed356bc724bc7036e4b80213b6 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Tue, 12 Jun 2018 11:36:17 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 17b7e080..2dd792ef 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ read -p "This will install Fenrir. Press ctrl+C to cancel, or enter to continue. # Fenrir main application install -m755 -d /opt/fenrirscreenreader cp -af src/* /opt/fenrirscreenreader -install -m644 -D "autostart/systemd/fenrir.service" /usr/lib/systemd/system/fenrir.service +install -m644 -D "autostart/systemd/fenrir.service" /etc/systemd/system/fenrir.service ln -fs /opt/fenrirscreenreader/fenrir-daemon /usr/bin/fenrir-daemon ln -fs /opt/fenrirscreenreader/fenrir /usr/bin/fenrir # tools