Pacman konfiguration an den Anfang gepackt, da sinvoller
This commit is contained in:
parent
5252d11f3b
commit
2e32e70c40
1 changed files with 10 additions and 6 deletions
16
base.sh
16
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
|
||||
echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers.d/wheel_group
|
Loading…
Reference in a new issue