diff options
-rwxr-xr-x | joes-arch-install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/joes-arch-install.sh b/joes-arch-install.sh index 9fe2b68..deacaeb 100755 --- a/joes-arch-install.sh +++ b/joes-arch-install.sh @@ -67,7 +67,7 @@ therefore Joe's installer is forced to abort.\nPlease connect to the Internet an 12 30 jo_goodbye else - dialog --msgbox "Success\!" 5 12 + dialog --msgbox "Success!" 5 12 fi } @@ -178,7 +178,7 @@ jo_pacstrap() { #--------------------------------------------- START ----------------------------------------------# #==================================================================================================# clear -dialog --title "Welcome" --msgbox "Welcome to Joe's Arch Linux installation utility\!" 6 35 +dialog --title "Welcome" --msgbox "Welcome to Joe's Arch Linux installation utility!" 6 35 #==================================================================================================# #--------------------------------------- INTERNET CHECK -------------------------------------------# #==================================================================================================# |