This commit is contained in:
Cyril 2024-03-31 23:35:16 +02:00
parent 041223591f
commit 9e9081e4cc
8 changed files with 126 additions and 0 deletions

View file

@ -53,6 +53,7 @@ function remove_octoapp_companion(){
echo -e "Info: Running OctoApp Companion uninstaller..."
cd "$OCTOAPP_COMPANION_FOLDER"
sh ./uninstall.sh
rm -f /root/update-OctoApp.sh
ok_msg "OctoApp Companion has been removed successfully!"
return;;
N|n)