update change
This commit is contained in:
parent
efa3d5ad30
commit
9a013de174
1 changed files with 5 additions and 4 deletions
|
@ -150,13 +150,13 @@ echo ---------------------------------------------
|
|||
|
||||
echo
|
||||
echo ---------------------------------------------
|
||||
echo Installing ${bold}${yellow}XanMod - Gaming Kernel AMD - DEB Pkg${normal}
|
||||
echo Installing ${bold}${yellow}liquorix - Gaming Kernel - DEB Pkg${normal}
|
||||
|
||||
wget -qO - https://dl.xanmod.org/archive.key | sudo gpg --dearmor -o /usr/share/keyrings/xanmod-archive-keyring.gpg
|
||||
echo 'deb [signed-by=/usr/share/keyrings/xanmod-archive-keyring.gpg] http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-release.list
|
||||
sudo apt update && sudo nala install linux-xanmod-edge-x64v4 -y
|
||||
|
||||
echo ${bold}${yellow}XanMod - Gaming Kernel AMD ${normal}installed.
|
||||
echo ${bold}${yellow}liquorix - Gaming Kernel ${normal}installed.
|
||||
echo ---------------------------------------------
|
||||
echo
|
||||
|
||||
|
@ -176,7 +176,8 @@ echo
|
|||
echo ---------------------------------------------
|
||||
echo ${bold}${yellow}Upgrading the System${normal}
|
||||
echo
|
||||
sudo nala upgrade -y
|
||||
sudo apt update
|
||||
sudo apt upgrade -y
|
||||
echo
|
||||
echo ${bold}${yellow}System upgraded!${normal}
|
||||
echo ---------------------------------------------
|
||||
|
@ -305,4 +306,4 @@ sleep 1
|
|||
echo ${bold}${yellow}1...${normal}
|
||||
sleep 1
|
||||
|
||||
sudo reboot
|
||||
reboot
|
||||
|
|
Loading…
Reference in a new issue