chore: disable Xanmod kernel installation and update NVM installer to v0.40.3

This commit is contained in:
Paul M 2025-07-14 19:46:43 -05:00
parent 71a18edeff
commit e3fc01f74c

14
mastersetup.bash Normal file → Executable file
View file

@ -54,15 +54,15 @@ sudo apt upgrade -y
sudo apt install curl git wget btrfs-progs jq -y
# Install Xanmod kernel
echo "Installing Xanmod kernel..."
#echo "Installing Xanmod kernel..."
# 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
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
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 install linux-xanmod-x64v3 -y
#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 install linux-xanmod-x64v3 -y
# sudo update-grub Grok addded this but its not needed
# Homebrew
@ -152,4 +152,4 @@ echo "deb [signed-by=/usr/share/keyrings/windsurf-stable-archive-keyring.gpg arc
sudo apt update
sudo apt upgrade windsurf -y
echo "Setup complete!"
echo "Setup complete!"