remove submodules and add autoupdate

This commit is contained in:
quackerd 2021-03-08 05:08:52 -05:00
parent 19b48191fd
commit 3246ec7c3c

View File

@ -51,7 +51,7 @@ function ozsh_update {
function ozsh_autoupdate {
local timediff=$(( ($(date --date="$(date)" +%s) - $(date --date="$(cat $OZSH_LASTUPDATE_FILE)" +%s) ) / (60*60*24) ))
if [ $timediff -ge 7 ]; then
if [ "$timediff" -ge "7" ]; then
vared -p 'Would you like to update ozsh? [y/N]: ' -c answer
if [ "$answer" == "y" || "$answer" == "Y" ]; then
ozsh_update