From ce7de71bbbd13cf9d8ef2c875a5c28c55fe1e9d3 Mon Sep 17 00:00:00 2001 From: wilou Date: Fri, 31 Mar 2023 00:48:41 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'install.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/install.sh b/install.sh index 636c7d8..a125f06 100644 --- a/install.sh +++ b/install.sh @@ -86,14 +86,6 @@ pip3 install PySimpleGUI --break-system-packages cp vdiclient.py /usr/local/bin chmod +x /usr/local/bin/vdiclient.py -# Logiciel hors dépots : DroidCamX -#wget "https://files.dev47apps.net/linux/droidcam_1.8.2.zip" -P /tmp/wibian/ -#unzip /tmp/wibian/droidcam_*.zip -d /tmp/wibian/droidcam -#cd /tmp/wibian/droidcam/ -#bash install-client -#nala install linux-headers-`uname -r` gcc make -y -#bash install-video - # 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/ nala install /tmp/wibian/deskreen_*.deb -y @@ -110,6 +102,7 @@ flatpak install flathub com.usebottles.bottles com.github.geigi.cozy io.crow_tra mkdir -p /home/$username/.runonce cp $builddir/runonce/* /home/$username/.runonce/ chown -R $username:$username /home/$username/.runonce/ +chmod +x /home/$username/.runonce/*.sh cp /etc/crontab /etc/crontab.bck cp $builddir/crontab /etc/crontab