aboutsummaryrefslogtreecommitdiffstats
path: root/arch_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'arch_install.sh')
-rwxr-xr-xarch_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch_install.sh b/arch_install.sh
index a7234bd..579967a 100755
--- a/arch_install.sh
+++ b/arch_install.sh
@@ -1,7 +1,7 @@
# == MY ARCH SETUP INSTALLER == #
#part1
printf '\033c'
-echo "Welcome to genos's arch installer script"
+echo "Welcome to bugswriter's arch installer script"
sed -i "s/^#ParallelDownloads = 5$/ParallelDownloads = 15/" /etc/pacman.conf
pacman --noconfirm -Sy archlinux-keyring
loadkeys us
@@ -67,7 +67,7 @@ pacman -S --noconfirm xorg-server xorg-xinit xorg-xkill xorg-xsetroot xorg-xback
zsh-syntax-highlighting xdg-user-dirs libconfig \
bluez bluez-utils
-systemctl enable NetworkManager.service
+systemctl enable connman.service
rm /bin/sh
ln -s dash /bin/sh
echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers