Browse Source

comment

main
pvincent 3 days ago
parent
commit
157e4e3a40
  1. 2
      lib/self-upgrade.bash

2
lib/self-upgrade.bash

@ -37,7 +37,7 @@ function system_upgrade {
echo "up-to-date version: $current"
else
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
fi
}

Loading…
Cancel
Save