diff --git a/installation.sh b/installation.sh index 99cfe4b..b047104 100644 --- a/installation.sh +++ b/installation.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# === Colors yay + pacman === +sudo sed -i "36s#.*#Color#" /etc/pacman.conf + # == Intel Driver == sudo pacman -S libva-intel-driver --noconfirm # Requirment for HwAcc of Parsec btw @@ -10,9 +13,6 @@ sudo pacman -S base-devel gdb --noconfirm sudo pacman -S yay --noconfirm yay -Y --devel --save # dev package update -> enabled -# === Colors yay + pacman === -sudo sed -i "36s#.*#Color#" /etc/pacman.conf - # Disable wayland sudo sed -i "6s#.*#WaylandEnable=false#" /etc/gdm/custom.conf