From 0b203184705d7ce9f549cd642dd051d3a6d9442d Mon Sep 17 00:00:00 2001 From: wilou Date: Sat, 2 Sep 2023 10:39:05 +0000 Subject: [PATCH] Actualiser install.sh --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 13b7686..9369f1b 100644 --- a/install.sh +++ b/install.sh @@ -86,6 +86,11 @@ package="https://(.*)deskreen_(.*).deb" wget $(curl -L -s https://api.github.com/repos/pavlobu/deskreen/releases/latest | grep -o -E $package) -P /tmp/wibian/ nala install /tmp/wibian/deskreen_*.deb -y +# Logiciel hors dépots : Youtube music +package="https://(.*)youtube-music_(.*).deb" +wget $(curl -L -s https://api.github.com/repos/th-ch/youtube-music/releases/latest | grep -o -E $package) -P /tmp/wibian/ +nala install /tmp/wibian/youtube-music_*.deb -y + # Installation des thèmes wibian-light et wibian-dark nala install greybird-gtk-theme papirus-icon-theme -y mkdir -p /home/$username/.themes