auto


Logs | Files | README | LICENSE | GitLab


1
commit 909c788886525c4503101ab1825fed78d2f5f3b2
2
Author: Connor Etherington <[email protected]>
3
Date:   Sat Mar 26 08:15:35 2022 +0200
4
5
    Update.
6
---
7
 AutoInstall.sh | 2 +-
8
 1 file changed, 1 insertion(+), 1 deletion(-)
9
10
diff --git a/AutoInstall.sh b/AutoInstall.sh
11
index 874b52b..4e6906d 100755
12
--- a/AutoInstall.sh
13
+++ b/AutoInstall.sh
14
@@ -57,7 +57,7 @@ initmsg1(){ \
15
 	dialog --title " Welcome to AutoLinux! " --msgbox "\\n             Welcome, and thank you for choosing AutoLinux!\\n\\n    This script will now install the AutoLinux edition of your choice.\\n" 9 80 ; }
16
 
17
 whichedition(){
18
-  edition="$(dialog --colors --menu "   Please Select the AutoLinux Edition to Install :" 12 55 1 1 "DWM                                        " 2 "Plasma                                     "   3>&1 1>&2 2>&3 3>&1)" ; }
19
+  edition="$(dialog --colors --menu "   Please Select the AutoLinux Edition to Install :" 12 55 1 1 "DWM                                        " 2 "Plasma                                     " 3 "Bare ArchLinux                             "  3>&1 1>&2 2>&3 3>&1)" ; }
20
 
21
 initmsg2(){
22
 	dialog --colors --title " Please Note :" --yes-label " Lets Boogie! " --no-label " Lets not boogie :| " --yesno "\\n  An Arch Linux, or Arch based system is required for the installation of AutoLinux.\\n\\n       If you are running any other distrobution the installation will fail." 9 90 ; }