diff --git a/runonce/reboot.sh b/runonce/reboot.sh deleted file mode 100644 index 78315ed..0000000 --- a/runonce/reboot.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -# Logiciel hors dépots : DroidCamX -wget "https://files.dev47apps.net/linux/droidcam_1.8.2.zip" -unzip droidcam_*.zip -d droidcam -cd droidcam/ -bash install-client -nala install linux-headers-`uname -r` gcc make -y -bash install-video -rm -r ../droidcam* - -# Purge du fichier crontab du système -sed -i '$d' /etc/crontab