Pacman konfiguration an den Anfang gepackt, da sinvoller

This commit is contained in:
eichehome 2023-01-13 01:42:11 +01:00
parent 5252d11f3b
commit 2e32e70c40

16
base.sh
View file

@ -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
echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers.d/wheel_group