From 4fc576b7fbbdbbc785beb1824b71de1758cca898 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 23 Dec 2021 09:08:10 +0100 Subject: [PATCH] add link of spotify's patch in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01cd254..daeeafc 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu sudo sed -i "26s#.*#%sudo ALL=(ALL:ALL) NOPASSWD: ALL#" /etc/sudoers ``` -- Installe Spotify et le patch +- Installe Spotify et [le patch](https://github.com/abba23/spotify-adblock) ```bash wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installSpotify.sh -O tmp.sh && bash tmp.sh; rm tmp.sh ```