forked from RP1/RaveOS-arch
added sudo in front of kernel-add
This commit is contained in:
parent
9a56ba91ea
commit
861f4ec049
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ yellow=$(tput setaf 3) # ${yellow}
|
|||
sleep 2
|
||||
cd -
|
||||
sudo pacman -S linux-cachyos linux-cachyos-headers --noconfirm
|
||||
kernel-install add-all
|
||||
sudo kernel-install add-all
|
||||
sudo mv *-cachyos.conf linux-cachyos.conf
|
||||
echo "default linux-cachyos.conf" | sudo tee -a /boot/loader/loader.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue