Update
This commit is contained in:
parent
bb76f7354a
commit
e6a601024c
7 changed files with 379 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue