From f4621373bf4a065e482bff97d30d5ea26a0959d0 Mon Sep 17 00:00:00 2001 From: wilou Date: Fri, 16 Feb 2024 09:51:55 +0000 Subject: [PATCH] Supprimer runonce/reboot.sh --- runonce/reboot.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 runonce/reboot.sh 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