From 4f2ac1a72a0885432981e2782fb3639c9039447c Mon Sep 17 00:00:00 2001 From: wilou Date: Sat, 2 Sep 2023 10:33:22 +0000 Subject: [PATCH] Actualiser install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e499200..13b7686 100644 --- a/install.sh +++ b/install.sh @@ -82,7 +82,8 @@ cp vdiclient.py /usr/local/bin chmod +x /usr/local/bin/vdiclient.py # Logiciel hors dépots : Deskreen -wget $(curl -L -s https://api.github.com/repos/pavlobu/deskreen/releases/latest | grep -o -E "https://(.*)deskreen_(.*).deb") -P /tmp/wibian/ +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 # Installation des thèmes wibian-light et wibian-dark