Disable installation steps for Lutris, Spotify, Floorp, and Codium.
Commented out commands for installing Lutris, Spotify, Floorp, and Codium in the installation script. This prevents these applications from being installed during script execution. No functional changes to remaining installation steps.
This commit is contained in:
+16
-16
@@ -58,15 +58,15 @@ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.f
|
|||||||
#sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
#sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||||
|
|
||||||
# Install Lutris
|
# Install Lutris
|
||||||
echo -e "Types: deb\nURIs: https://download.opensuse.org/repositories/home:/strycore:/lutris/Debian_13/\nSuites: ./\nComponents: \nSigned-By: /etc/apt/keyrings/lutris.gpg" | sudo tee /etc/apt/sources.list.d/lutris.sources > /dev/null
|
#echo -e "Types: deb\nURIs: https://download.opensuse.org/repositories/home:/strycore:/lutris/Debian_13/\nSuites: ./\nComponents: \nSigned-By: /etc/apt/keyrings/lutris.gpg" | sudo tee /etc/apt/sources.list.d/lutris.sources > /dev/null
|
||||||
wget -q -O- https://download.opensuse.org/repositories/home:/strycore:/lutris/Debian_13/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/lutris.gpg
|
#wget -q -O- https://download.opensuse.org/repositories/home:/strycore:/lutris/Debian_13/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/lutris.gpg
|
||||||
sudo apt update
|
#sudo apt update
|
||||||
sudo apt install lutris
|
#sudo apt install lutris
|
||||||
|
|
||||||
# Install Spotify
|
# Install Spotify
|
||||||
curl -sS https://download.spotify.com/debian/pubkey_5384CE82BA52C83A.asc | gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
|
#curl -sS https://download.spotify.com/debian/pubkey_5384CE82BA52C83A.asc | gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
|
||||||
echo "deb https://repository.spotify.com stable non-free" | tee /etc/apt/sources.list.d/spotify.list
|
#echo "deb https://repository.spotify.com stable non-free" | tee /etc/apt/sources.list.d/spotify.list
|
||||||
apt update && apt install spotify-client
|
#apt update && apt install spotify-client
|
||||||
|
|
||||||
# Install Vesktop
|
# Install Vesktop
|
||||||
wget -O /tmp/vesktop.deb https://vencord.dev/download/vesktop/amd64/deb
|
wget -O /tmp/vesktop.deb https://vencord.dev/download/vesktop/amd64/deb
|
||||||
@@ -74,17 +74,17 @@ apt install /tmp/vesktop.deb
|
|||||||
rm /tmp/vesktop.deb
|
rm /tmp/vesktop.deb
|
||||||
|
|
||||||
# Install Floorp
|
# Install Floorp
|
||||||
curl -fsSL https://ppa.floorp.app/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/Floorp.gpg
|
#curl -fsSL https://ppa.floorp.app/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/Floorp.gpg
|
||||||
curl -sS --compressed -o /etc/apt/sources.list.d/Floorp.list "https://ppa.floorp.app/Floorp.list"
|
#curl -sS --compressed -o /etc/apt/sources.list.d/Floorp.list "https://ppa.floorp.app/Floorp.list"
|
||||||
apt update && apt install floorp
|
#apt update && apt install floorp
|
||||||
|
|
||||||
# Install Codium
|
# Install Codium
|
||||||
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg \
|
#wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg \
|
||||||
| gpg --dearmor \
|
# | gpg --dearmor \
|
||||||
| dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
|
# | dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
|
||||||
echo -e 'Types: deb\nURIs: https://download.vscodium.com/debs\nSuites: vscodium\nComponents: main\nArchitectures: amd64 arm64\nSigned-by: /usr/share/keyrings/vscodium-archive-keyring.gpg' \
|
#echo -e 'Types: deb\nURIs: https://download.vscodium.com/debs\nSuites: vscodium\nComponents: main\nArchitectures: amd64 arm64\nSigned-by: /usr/share/keyrings/vscodium-archive-keyring.gpg' \
|
||||||
| tee /etc/apt/sources.list.d/vscodium.sources
|
#| tee /etc/apt/sources.list.d/vscodium.sources
|
||||||
apt update && apt install codium
|
#apt update && apt install codium
|
||||||
|
|
||||||
# Install Waydroid
|
# Install Waydroid
|
||||||
curl -s https://repo.waydro.id | bash
|
curl -s https://repo.waydro.id | bash
|
||||||
|
|||||||
Reference in New Issue
Block a user