remove systemd file from installation

This commit is contained in:
chrys
2018-06-18 00:31:50 +02:00
parent b609476d9e
commit 6c5fb412ed
3 changed files with 1 additions and 20 deletions

View File

@ -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" /etc/systemd/system/fenrir.service
ln -fs /opt/fenrirscreenreader/fenrir-daemon /usr/bin/fenrir-daemon
ln -fs /opt/fenrirscreenreader/fenrir /usr/bin/fenrir
# tools