Skip to content

Commit eea50df

Browse files
authored
Update mcinstall.sh
1 parent d442562 commit eea50df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ echo -e "${bold}Finished ${green}${bold}successfully!${white}${normal}"
4343

4444
echo ""
4545
while true; do
46-
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
46+
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
4747
if [[ "$answer" == "Y" || "$answer" == "y" || "$answer" == "" ]]; then
4848
reboot
4949
elif [[ "$answer" == "N" || "$answer" == "n" ]]; then

0 commit comments

Comments
 (0)