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