Skip to content

Commit

Permalink
very minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
velzie committed Apr 10, 2023
1 parent cee781f commit e156f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ attempt_update(){
local local_version=$(lsbval GOOGLE_RELEASE)

if (( ${remote_version%%\.*} > ${local_version%%\.*} )); then
echo "updating to ${remote_version}. THIS WILL DELETE YOUR REVERT BACKUP AND YOU WILL NO LONGER BE ABLE TO REVERT! press enter to confirm, ctrl-c to cancel"
echo "updating to ${remote_version}. THIS WILL DELETE YOUR REVERT BACKUP AND YOU WILL NO LONGER BE ABLE TO REVERT! THIS MAY ALSO DELETE ALL USER DATA!! press enter to confirm, ctrl-c to cancel"
read -r
sleep 4
# read choice
Expand Down

0 comments on commit e156f2b

Please sign in to comment.