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 \