added some -f lags to suppress warnings

This commit is contained in:
Rob Whyte 2017-08-14 10:42:28 +10:00
parent f8cdc9a4cc
commit d9d7acf00b

View File

@ -6,16 +6,16 @@ All scripts and settings will be lost.
EOF EOF
# ask # ask
read -p "This will remove Fenrir and settings, press ctrl+C to cancel, or enter to continue." continue read -p "This will remove Fenrir and its settings from your system,, press ctrl+C to cancel, or enter to continue." continue
# do it # do it
unlink /usr/bin/fenrir unlink /usr/bin/fenrir
unlink /usr/bin/fenrir-daemon unlink /usr/bin/fenrir-daemon
rm -r /opt/fenrir rm -rf /opt/fenrir
rm -r /usr/share/fenrir rm -rf /usr/share/fenrir
rm -r /etc/fenrir rm -rf /etc/fenrir
rm -r /usr/share/sounds/fenrir rm -rf /usr/share/sounds/fenrir
rm /usr/lib/systemd/system/fenrir.service rm -f /usr/lib/systemd/system/fenrir.service
# success message # success message
cat << EOF cat << EOF