tmp: install script update

This commit is contained in:
Aliberk Sandıkçı 2023-07-29 13:43:05 +03:00
parent 173991ae65
commit f95be4d39e
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
# Pre-Cleaning
sudo rm /usr/bin/godaemon1
sudo rm -rf /usr/lib/godaemon1/
sudo systemctl disable godaemon1
sudo systemctl stop godaemon1
sudo systemctl daemon-reload
sudo rm /godaemon1.log godaemon1.pid
sudo rm /etc/godaemon1/godaemon1.log /etc/godaemon1/godaemon1.pid
# Building
temp_dir="$(mktemp -d)"