Mise à jour de 'install.sh'
This commit is contained in:
parent
fb91a03bbf
commit
b5a3a3f367
14
install.sh
14
install.sh
@ -87,12 +87,12 @@ 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
|
||||
#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/
|
||||
@ -108,7 +108,7 @@ flatpak install flathub com.usebottles.bottles com.github.geigi.cozy io.crow_tra
|
||||
|
||||
# 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/
|
||||
cp /etc/crontab /etc/crontab.bck
|
||||
cp $builddir/crontab /etc/crontab
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user