From a69f710aae7c06ae85c12e91a2160ccf269c101f Mon Sep 17 00:00:00 2001 From: Anri Date: Sun, 14 Nov 2021 22:07:27 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'installSpotify.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installSpotify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installSpotify.sh b/installSpotify.sh index 9a50f9e..5687a12 100644 --- a/installSpotify.sh +++ b/installSpotify.sh @@ -9,7 +9,7 @@ sudo apt update sudo apt install spotify-client -y # We install the prerequisites to build and install the patch (Git and Rust will be installed and not removed) sudo apt install git make build-essential -y -which rustc &> /dev/null || curl https://sh.rustup.rs -sSf | sh -s -- -y && source $HOME/.cargo/env # Install rust if not already installed +which rustc &> /dev/null || curl https://sh.rustup.rs -sSf | { sh -s -- -y; source $HOME/.cargo/env } # Install rust if not already installed # Download and build the patch git clone https://github.com/abba23/spotify-adblock.git cd spotify-adblock