auto


Logs | Files | README | LICENSE | GitLab


1
commit ded3a5393fe71e1a0fbab1ef185acec62e45115e
2
Author: Connor Etherington <[email protected]>
3
Date:   Sat Apr 2 05:42:17 2022 +0200
4
5
    Update.
6
---
7
 autoInstall | 2 +-
8
 1 file changed, 1 insertion(+), 1 deletion(-)
9
10
diff --git a/autoInstall b/autoInstall
11
index a3cf21a..5012943 100755
12
--- a/autoInstall
13
+++ b/autoInstall
14
@@ -321,7 +321,7 @@ system_config(){ \
15
 	echo -e "\nLANG=en_ZA.UTF-8\nLANG=en_US.UTF-8" > /etc/locale.conf &&
16
     [ "$(cat /etc/locale.conf|grep "$area"|wc -l)" -eq "0" ] && 
17
     echo "LANG=en_"$area".UTF-8" >>/etc/locale.conf ; locale-gen &>/dev/null
18
-	echo -e "127.0.0.1     localhost\n::1     localhost\n127.0.11     $hostname.localhost $hostname" >/etc/hosts
19
+	echo -e "127.0.0.1     localhost\n::1           localhost\n127.0.1.1     $hostname.localhost $hostname" >/etc/hosts
20
     [ $edition = '2' ] && systemctl enable sddm.service >/dev/null 2>&1 ; systemctl enable NetworkManager.service >/dev/null 2>&1 ; 
21
     [ $edition = '1' ] || [ $edition = '2' ] && systemctl enable bluetooth-autoconnect.service >/dev/null 2>&1 ; 
22
     systemctl enable bluetooth.service >/dev/null 2>&1 ; [ $edition = '1' ] &&