diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-27 16:15:49 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-27 16:15:49 +0100 |
commit | 6a08a8751a2eb5d257e6100fc98c1241ab8a27be (patch) | |
tree | 20f594169a9f21d52d8001d8c442e79c7f518b11 /joes-arch-install.sh | |
parent | Some /dev/null (diff) | |
download | arch-installer-6a08a8751a2eb5d257e6100fc98c1241ab8a27be.tar.gz arch-installer-6a08a8751a2eb5d257e6100fc98c1241ab8a27be.tar.bz2 arch-installer-6a08a8751a2eb5d257e6100fc98c1241ab8a27be.tar.xz arch-installer-6a08a8751a2eb5d257e6100fc98c1241ab8a27be.tar.zst arch-installer-6a08a8751a2eb5d257e6100fc98c1241ab8a27be.zip |
Removed useless \
Diffstat (limited to 'joes-arch-install.sh')
-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 -------------------------------------------# #==================================================================================================# |