Can now be installed to /opt and run as a openrc service
This commit is contained in:
10
uninstall.sh
Executable file
10
uninstall.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/env sh
|
||||
|
||||
install_dir=/opt/dyfi/
|
||||
|
||||
sudo -- sh -c "\
|
||||
alias 'rm'='rm --verbose --preserve-root'; \
|
||||
|
||||
rm -rf ${install_dir}; \
|
||||
rm -f /etc/init.d/dyfi; \
|
||||
"
|
||||
Reference in New Issue
Block a user