chore: disable Xanmod kernel installation and update NVM installer to v0.40.3
This commit is contained in:
parent
71a18edeff
commit
e3fc01f74c
1 changed files with 7 additions and 7 deletions
12
mastersetup.bash
Normal file → Executable file
12
mastersetup.bash
Normal file → Executable file
|
@ -54,15 +54,15 @@ sudo apt upgrade -y
|
||||||
sudo apt install curl git wget btrfs-progs jq -y
|
sudo apt install curl git wget btrfs-progs jq -y
|
||||||
|
|
||||||
# Install Xanmod kernel
|
# Install Xanmod kernel
|
||||||
echo "Installing Xanmod kernel..."
|
#echo "Installing Xanmod kernel..."
|
||||||
# Ensure gnupg is installed for key management
|
# Ensure gnupg is installed for key management
|
||||||
sudo apt install gnupg -y
|
#sudo apt install gnupg -y
|
||||||
# Download and store the Xanmod GPG key in /etc/apt/keyrings
|
# Download and store the Xanmod GPG key in /etc/apt/keyrings
|
||||||
wget -qO - https://dl.xanmod.org/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/xanmod-keyring.gpg
|
#wget -qO - https://dl.xanmod.org/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/xanmod-keyring.gpg
|
||||||
# Add the Xanmod repository with signed-by
|
# Add the Xanmod repository with signed-by
|
||||||
echo "deb [signed-by=/etc/apt/keyrings/xanmod-keyring.gpg] http://deb.xanmod.org releases main" | sudo tee /etc/apt/sources.list.d/xanmod-kernel.list
|
#echo "deb [signed-by=/etc/apt/keyrings/xanmod-keyring.gpg] http://deb.xanmod.org releases main" | sudo tee /etc/apt/sources.list.d/xanmod-kernel.list
|
||||||
sudo apt update
|
#sudo apt update
|
||||||
sudo apt install linux-xanmod-x64v3 -y
|
#sudo apt install linux-xanmod-x64v3 -y
|
||||||
# sudo update-grub Grok addded this but its not needed
|
# sudo update-grub Grok addded this but its not needed
|
||||||
|
|
||||||
# Homebrew
|
# Homebrew
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue