Install rust only if not already installed
This commit is contained in:
parent
2bc43a7af2
commit
56016df299
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +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
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
source $HOME/.cargo/env
|
||||
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
|
||||
|
|
Reference in a new issue