remove submodules and add autoupdate
This commit is contained in:
parent
19b48191fd
commit
3246ec7c3c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user