copy tools and all punctuation in install.sh
This commit is contained in:
parent
7df064e223
commit
edd6779e1c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user