feat: enable Xanmod kernel installation and fix Tabby package pattern matching
This commit is contained in:
parent
5f89ccdd40
commit
b2cc3a7161
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||||
|
@ -149,8 +149,8 @@ sudo -Hu "$SUDO_USER" bash /tmp/joplin_install.sh
|
||||||
rm /tmp/joplin_install.sh
|
rm /tmp/joplin_install.sh
|
||||||
|
|
||||||
# Tabby
|
# Tabby
|
||||||
download_latest_deb "Eugeny/tabby" "tabby.deb"
|
download_latest_deb "Eugeny/tabby" "tabby.*amd64.deb"
|
||||||
sudo apt install ./tabby.deb -y
|
sudo apt install ./tabby*.deb -y
|
||||||
|
|
||||||
# Windsurf
|
# Windsurf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue