Mise à jour de 'install.sh'

This commit is contained in:
wilou 2023-03-30 23:31:27 +00:00
parent fb91a03bbf
commit b5a3a3f367

View File

@ -87,12 +87,12 @@ 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 # Logiciel hors dépots : DroidCamX
wget "https://files.dev47apps.net/linux/droidcam_1.8.2.zip" -P /tmp/wibian/ #wget "https://files.dev47apps.net/linux/droidcam_1.8.2.zip" -P /tmp/wibian/
unzip /tmp/wibian/droidcam_*.zip -d /tmp/wibian/droidcam #unzip /tmp/wibian/droidcam_*.zip -d /tmp/wibian/droidcam
cd /tmp/wibian/droidcam/ #cd /tmp/wibian/droidcam/
bash install-client #bash install-client
nala install linux-headers-`uname -r` gcc make -y #nala install linux-headers-`uname -r` gcc make -y
bash install-video #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/
@ -108,7 +108,7 @@ flatpak install flathub com.usebottles.bottles com.github.geigi.cozy io.crow_tra
# Runonce # Runonce
mkdir -p /home/$username/.runonce mkdir -p /home/$username/.runonce
cp $builddir/runonce.sh /home/$username/.runonce cp $builddir/* /home/$username/.runonce
chown $username:$username -R /home/$username/.runonce/ chown $username:$username -R /home/$username/.runonce/
cp /etc/crontab /etc/crontab.bck cp /etc/crontab /etc/crontab.bck
cp $builddir/crontab /etc/crontab cp $builddir/crontab /etc/crontab