From 46a7c7b2816a66805fe1b5241e018de870d9e91f Mon Sep 17 00:00:00 2001 From: wilou Date: Sat, 2 Sep 2023 09:51:30 +0000 Subject: [PATCH] Actualiser install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 02491fd..e499200 100644 --- a/install.sh +++ b/install.sh @@ -82,7 +82,7 @@ cp vdiclient.py /usr/local/bin chmod +x /usr/local/bin/vdiclient.py # Logiciel hors dépots : Deskreen -wget "https://github.com/pavlobu/deskreen/releases/download/v2.0.4/deskreen_2.0.4_amd64.deb" -P /tmp/wibian/ +wget $(curl -L -s https://api.github.com/repos/pavlobu/deskreen/releases/latest | grep -o -E "https://(.*)deskreen_(.*).deb") -P /tmp/wibian/ nala install /tmp/wibian/deskreen_*.deb -y # Installation des thèmes wibian-light et wibian-dark