Skip to content

Commit

Permalink
Update mcinstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
barteqcz authored Nov 30, 2024
1 parent d442562 commit eea50df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ echo -e "${bold}Finished ${green}${bold}successfully!${white}${normal}"

echo ""
while true; do
read -rp "A ${bold}restart${normal} might be required for the launcher to work. ${bold}Do you want to reboot now?${normal} [${bold}Y${normal}/n]" answer
read -rp "A ${bold}restart${normal} might be required for the launcher to work. ${bold}Do you want to reboot now?${normal} [${bold}Y${normal}/n] " answer
if [[ "$answer" == "Y" || "$answer" == "y" || "$answer" == "" ]]; then
reboot
elif [[ "$answer" == "N" || "$answer" == "n" ]]; then
Expand Down

0 comments on commit eea50df

Please sign in to comment.