Update file install.sh

This commit is contained in:
proledatarian 2023-01-30 11:05:59 +00:00
parent 0c404dd885
commit 65a43e4345
1 changed files with 3 additions and 4 deletions

View File

@ -60,11 +60,11 @@ then
pwcr=$pwfr pwcr=$pwfr
echo echo
echo "Both passwords are the same. Continuing.." echo "Both passwords are the same. Continuing.."
break
else else
echo echo
echo "You have entered different passwords. Try again.." echo "You have entered different passwords. Try again.."
fi fi
break
done done
echo echo
@ -90,11 +90,11 @@ then
pwrt=$pwfr pwrt=$pwfr
echo echo
echo "Both passwords are the same. Continuing.." echo "Both passwords are the same. Continuing.."
break
else else
echo echo
echo "You have entered different passwords. Try again.." echo "You have entered different passwords. Try again.."
fi fi
break
done done
echo echo
@ -117,12 +117,11 @@ then
pwur=$pwfr pwur=$pwfr
echo echo
echo "Both passwords are the same. Continuing.." echo "Both passwords are the same. Continuing.."
break
else else
echo echo
echo "You have entered different passwords. Try again.." echo "You have entered different passwords. Try again.."
fi fi
break
done done
echo echo