From c48ebeda9c09c2a9a612fd28a6a622a36b718c64 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Fri, 28 Aug 2026 23:14:45 +0200 Subject: [PATCH] Feat: Kommentriert Spotify wieder ein --- 03-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/03-install.sh b/03-install.sh index 6f9591d..3a32037 100755 --- a/03-install.sh +++ b/03-install.sh @@ -68,9 +68,9 @@ 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 # Install Spotify -#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 -#apt update && apt install spotify-client +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 +apt update && apt install spotify-client # Install Codium #wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg \