This commit is contained in:
Cyril 2024-05-19 22:34:26 +02:00
parent bb76f7354a
commit e6a601024c
7 changed files with 379 additions and 10 deletions

View file

@ -54,6 +54,9 @@ function remove_octoeverywhere(){
echo -e "Info: Running OctoEverywhere uninstaller..."
cd "$OCTOEVERYWHERE_FOLDER"
sh ./uninstall.sh
if [ -f /root/update-octoeverywhere.sh ]; then
rm -f /root/update-octoeverywhere.sh
fi
ok_msg "OctoEverywhere has been removed successfully!"
return;;
N|n)