auto


Logs | Files | README | README | GitLab


1
commit 1f439e90075e6466d2da484ef89bd6d38b278214
2
Author: Connor Etherington <[email protected]>
3
Date:   Sat Mar 26 08:25:23 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 e551afb..386cbb4 100755
12
--- a/AutoInstall.sh
13
+++ b/AutoInstall.sh
14
@@ -54,7 +54,7 @@ newmirrors(){ \
15
 -p 'http,https' --save /etc/pacman.d/mirrorlist >/dev/null 2>&1  ; }
16
 
17
 initmsg1(){ \
18
-	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 ; }
19
+	dialog --title " Welcome to Automate OS! " --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 ; }
20
 
21
 whichedition(){
22
   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)" ; }