update, refactory to master

This commit is contained in:
Daniel Ortiz 2025-07-12 21:23:12 -04:00
parent c38fab7670
commit cbcf7871ec

View file

@ -72,7 +72,7 @@ function fuSELFUPDATE () {
if [ -z "$myTPOT_TYPE" ]; then if [ -z "$myTPOT_TYPE" ]; then
exec ./update.sh exec ./update.sh
else else
exec ./update.sh -y $myTPOT_TYPE exec ./update.sh -y $myTPOT_TYPE
fi fi
else else
echo "###### $myBLUE""Pulling updates from repository.""$myWHITE" echo "###### $myBLUE""Pulling updates from repository.""$myWHITE"