diff --git a/base.sh b/base.sh index 65d67ca..7b8dfb6 100644 --- a/base.sh +++ b/base.sh @@ -1,4 +1,12 @@ # Vor Reboot + +# Pacman Konfiguration +sed -i 's/#\(Color\)/\1/' /etc/pacman.conf +# Umbruch notwendug +sed -i 's/#\(ParallelDownloads\s=\s5\)/\1\ +ILoveCandy/' /etc/pacman.conf + +# Zeit einstellen ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime hwclock --systohc @@ -21,6 +29,7 @@ pacman -S base-devel linux-zen-headers linux-lts-headers pacman -S iwd dialog reflector xdg-user-dirs xdg-utils inetutils ldns bash-completion openssh rsync iptables-nft ipset firewalld lynx pacman -S networkmanager +#Idee: ppp bluez(hier) modemmanager polkit(?) pacman -S efibootmgr mtools dosfstools @@ -141,9 +150,4 @@ echo "wifi.backend=iwd" >>/etc/NetworkManager/conf.d/wifi_backend.conf useradd -mG wheel eichehome echo eichehome:testen | chpasswd -echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers.d/wheel_group - -sed -i 's/#\(Color\)/\1/' /etc/pacman.conf -# Umbruch notwendug -sed -i 's/#\(ParallelDownloads\s=\s5\)/\1\ -ILoveCandy/' /etc/pacman.conf \ No newline at end of file +echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers.d/wheel_group \ No newline at end of file