Can now be installed to /opt and run as a openrc service

This commit is contained in:
2026-04-09 14:26:38 +03:00
parent 7f42c04977
commit 4f4fab9b26
5 changed files with 66 additions and 0 deletions

10
uninstall.sh Executable file
View 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; \
"