diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-12-25 00:34:57 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-12-25 00:34:57 +0530 |
commit | d14310eb3b3ac02b56db7d7db0039b8c73345f00 (patch) | |
tree | b0ef67f67872e1a1417fa3bb0ee6771ea15316c4 | |
parent | 5db5b1a1f05d0b12a28088f020bc5fb9ebf2658c (diff) | |
download | arch-magic-d14310eb3b3ac02b56db7d7db0039b8c73345f00.tar.gz arch-magic-d14310eb3b3ac02b56db7d7db0039b8c73345f00.tar.bz2 arch-magic-d14310eb3b3ac02b56db7d7db0039b8c73345f00.zip |
changes
-rwxr-xr-x | arch_install.sh | 4 |
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 |