This commit is contained in:
pvincent
2026-09-02 00:44:45 +04:00
parent 6f75c1dfbb
commit 157e4e3a40
+1 -1
View File
@@ -37,7 +37,7 @@ function system_upgrade {
echo "up-to-date version: $current" echo "up-to-date version: $current"
else else
echo "new version available: $latest" echo "new version available: $latest"
#TODO: should down new file self-upgrade.bash, then call it again #TODO: should download file self-upgrade.bash itself before calling it against
perform_upgrade perform_upgrade
fi fi
} }