From 087b2b52ee17b2a288d5419ae774ae248078aefc Mon Sep 17 00:00:00 2001 From: Baconz <46719718+Baconz2@users.noreply.github.com> Date: Tue, 3 Nov 2020 15:21:18 -0800 Subject: [PATCH 1/2] Updated archfi --- archfi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archfi b/archfi index 61c938f..a15cc7d 100644 --- a/archfi +++ b/archfi @@ -1780,7 +1780,7 @@ archdidownload(){ txtselectserver="Select source server :" txtback="Back" options=() - options+=("sourceforge.net" "recommended") + options+=("\sourceforge.net" " (Recommended)") options+=("github.com" "") sel=$(whiptail --backtitle "${apptitle}" --title "${txtselectserver}" --menu "" --cancel-button "${txtback}" 0 0 0 \ "${options[@]}" \ @@ -1931,7 +1931,7 @@ loadstrings(){ txtpressanykey="Press any key to continue." txtarchdidesc="Full desktop install script" - txtinstallarchdi="Arch Linux Desktop Install (archdi) is a second script who can help you to install a full workstation.\n\nYou can just launch the script or install it. Choose in the next menu.\n\nArch Linux Desktop Install as two dependencies : wget and libnewt.\n\npacstrap wget libnewt ?" + txtinstallarchdi="Arch Linux Desktop Install (archdi) is a second script who can help you to install a full workstation.\n\nYou can just launch the script or install it. Choose in the next menu.\n\nArch Linux Desktop Install as two dependencies : wget and libnewt.\n\nDownload wget and libnewt ?" txtarchdiinstallandlaunch="Install and run archdi" txtarchdiinstall="Install archdi" txtarchdilaunch="Launch archdi" From 510bea1a03ea6164e69dc45eccbba34005f0ac2f Mon Sep 17 00:00:00 2001 From: Evyn <46719718+Baconz2@users.noreply.github.com> Date: Mon, 7 Dec 2020 11:04:27 -0800 Subject: [PATCH 2/2] Update archfi --- archfi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archfi b/archfi index a15cc7d..eb05acb 100644 --- a/archfi +++ b/archfi @@ -1780,7 +1780,7 @@ archdidownload(){ txtselectserver="Select source server :" txtback="Back" options=() - options+=("\sourceforge.net" " (Recommended)") + options+=("sourceforge.net" " (Recommended)") options+=("github.com" "") sel=$(whiptail --backtitle "${apptitle}" --title "${txtselectserver}" --menu "" --cancel-button "${txtback}" 0 0 0 \ "${options[@]}" \ @@ -1931,7 +1931,7 @@ loadstrings(){ txtpressanykey="Press any key to continue." txtarchdidesc="Full desktop install script" - txtinstallarchdi="Arch Linux Desktop Install (archdi) is a second script who can help you to install a full workstation.\n\nYou can just launch the script or install it. Choose in the next menu.\n\nArch Linux Desktop Install as two dependencies : wget and libnewt.\n\nDownload wget and libnewt ?" + txtinstallarchdi="Arch Linux Desktop Install (archdi) is a second script who can help you to install a full workstation.\n\nYou can just launch the script or install it. Choose in the next menu.\n\nArch Linux Desktop Install as two dependencies : wget and libnewt.\n\npacstrap wget and libnewt?" txtarchdiinstallandlaunch="Install and run archdi" txtarchdiinstall="Install archdi" txtarchdilaunch="Launch archdi"