๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere

update: fix re-checking for updates after update finished

+1 -1
+1 -1
src/commands/update.sh
··· 119 119 atfile.say "๐Ÿ˜Ž Updated to $latest_version!" 120 120 fi 121 121 122 - last_checked="$(atfile.cache.set "update-check" "$current_checked")" 122 + last_checked="$(atfile.cache.set "update-check" "$(atfile.util.get_date "" "%s")")" 123 123 124 124 return 125 125 fi