mirror of
https://git.coolaj86.com/coolaj86/telebit-relay.js.git
synced 2025-02-24 09:58:04 +00:00
add unistaller, update installer
This commit is contained in:
parent
f74b95909f
commit
45aa3a4686
@ -202,7 +202,7 @@ echo "=============================================="
|
||||
echo " Privacy Settings in Config"
|
||||
echo "=============================================="
|
||||
echo ""
|
||||
echo "The example config file /etc/telebit/telebitd.yml opts-in to"
|
||||
echo "The example config file /etc/$my_user/$my_app.yml opts-in to"
|
||||
echo "contributing telemetrics and receiving infrequent relevant updates"
|
||||
echo "(probably once per quarter or less) such as important notes on"
|
||||
echo "a new release, an important API change, etc. No spam."
|
||||
@ -219,7 +219,7 @@ echo "=============================================="
|
||||
echo ""
|
||||
echo "Edit the config and restart, if desired:"
|
||||
echo ""
|
||||
echo " sudo vim /etc/telebit/telebitd.yml"
|
||||
echo " sudo vim /etc/$my_user/$my_app.yml"
|
||||
echo " sudo systemctl restart $my_app"
|
||||
echo ""
|
||||
echo "Or disabled the service and start manually:"
|
||||
|
3
installer/uninstall-purge.sh
Normal file
3
installer/uninstall-purge.sh
Normal file
@ -0,0 +1,3 @@
|
||||
rm -rf /opt/telebitd/ /etc/system/systemd/telebitd.service /etc/telebit/ /usr/local/bin/telebitd
|
||||
userdel -r telebit
|
||||
groupdel telebit
|
Loading…
x
Reference in New Issue
Block a user