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
14
base.sh
14
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
|
||||
|
||||
|
@ -142,8 +151,3 @@ 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
|
Loading…
Reference in a new issue