Ordnerumstrukturierung

This commit is contained in:
eichehome 2023-01-13 01:16:34 +01:00
parent 0fcbb91c6a
commit 2ef80981f2
21 changed files with 251 additions and 4 deletions

12
base.sh
View file

@ -18,7 +18,7 @@ echo root:test | chpasswd
pacman -S base-devel linux-headers linux-lts-headers
pacman -S iwd dialog reflector xdg-user-dirs xdg-utils inetutils bind bash-completion openssh rsync iptables-nft ipset firewalld lynx
pacman -S iwd dialog reflector xdg-user-dirs xdg-utils inetutils ldns bash-completion openssh rsync iptables-nft ipset firewalld lynx
pacman -S efibootmgr mtools dosfstools
@ -27,13 +27,14 @@ pacman -S --noconfirm xf86-video-amdgpu
systemctl enable systemd-networkd
systemctl enable systemd-resolved
systemctl enable systemd-timesyncd
systemctl enable sshd
systemctl enable reflector.timer
systemctl enable firewalld
systemctl enable fstrim.timer
systemctl enable iwd
sed -i 's/MODULES=()/MODULES=(amdgpu)/' /etc/mkinitcpio.conf
sed -i 's/MODULES=()/MODULES=(amdgpu)/' /etc/mkinitcpio.conf #AMD
# sed -i 's/MODULES=()/MODULES=(nvidia)/' /etc/mkinitcpio.conf #Nvidia
# sed -i 's/MODULES=()/MODULES=(i915)/' /etc/mkinitcpio.conf #Intel
@ -134,4 +135,9 @@ 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
ILoveCandy/' /etc/pacman.conf
git clone https://aur.archlinux.org/paru-bin
cd paru-bin
makepkg -si
cd ..