From b1f6b88cbf021d624dbe425855fe07e34e4b9892 Mon Sep 17 00:00:00 2001 From: Lyanis Souidi Date: Tue, 30 Apr 2024 01:49:55 +0200 Subject: [PATCH] Ajout install lib graphique Denis --- scripts/sandbox-install | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/sandbox-install b/scripts/sandbox-install index 6150189..5dbe5bd 100644 --- a/scripts/sandbox-install +++ b/scripts/sandbox-install @@ -175,6 +175,15 @@ EndSection" >> /etc/X11/xorg.conf.d/20-radeon.conf chmod 1755 /opt/android-sdk/platform-tools/adb chmod 1755 /opt/android-sdk/tools/emulator +# Installation de la librairie graphique de Denis +cd /tmp +wget -O bibliotheque-graphique-iut-1.1.tar.gz https://grond.iut-fbleau.fr/IUT/bibliotheque-graphique/archive/1.1.tar.gz +tar xzvf bibliotheque-graphique-iut-1.1.tar.gz +cd bibliotheque-graphique +./configure +make +make install + # Enable the services systemctl enable "${SERVICES[@]}"