Mise à jour de 'install.sh'

This commit is contained in:
wilou 2023-03-31 00:48:41 +00:00
parent ceae959164
commit ce7de71bbb

View File

@ -86,14 +86,6 @@ pip3 install PySimpleGUI --break-system-packages
cp vdiclient.py /usr/local/bin cp vdiclient.py /usr/local/bin
chmod +x /usr/local/bin/vdiclient.py 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 # 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 "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 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 mkdir -p /home/$username/.runonce
cp $builddir/runonce/* /home/$username/.runonce/ cp $builddir/runonce/* /home/$username/.runonce/
chown -R $username:$username /home/$username/.runonce/ chown -R $username:$username /home/$username/.runonce/
chmod +x /home/$username/.runonce/*.sh
cp /etc/crontab /etc/crontab.bck cp /etc/crontab /etc/crontab.bck
cp $builddir/crontab /etc/crontab cp $builddir/crontab /etc/crontab