Color first
This commit is contained in:
parent
99bf39dcd9
commit
c3a9a77f99
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue