From 3e711f04feeb838a6141477366b966bdf9282acd Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Tue, 29 Oct 2024 14:24:31 +0100 Subject: [PATCH] install.sh aktualisiert --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 983a6f7..a89c9f8 100644 --- a/install.sh +++ b/install.sh @@ -34,7 +34,8 @@ loginuser ALL=(ALL) NOPASSWD: /usr/bin/systemctl status chromium-monitor, /usr/b loginuser ALL=(ALL) NOPASSWD: /usr/bin/cat /var/lib/dhcp/* loginuser ALL=(ALL) NOPASSWD: /usr/bin/cp /etc/watchdog.conf /etc/watchdog.conf.bak loginuser ALL=(ALL) NOPASSWD: /usr/bin/tee /etc/watchdog.conf, /usr/bin/tee -a /etc/watchdog.conf -loginuser ALL=(ALL) NOPASSWD: /usr/bin/sed -i * /etc/hosts, /usr/bin/sed -r +loginuser ALL=(ALL) NOPASSWD: /usr/bin/sed -i +loginuser ALL=(ALL) NOPASSWD: /usr/bin/sed -r 's/[x]+/,/g' loginuser ALL=(ALL) NOPASSWD: /usr/bin/fbset -s loginuser ALL=(ALL) NOPASSWD: /usr/bin/hostnamectl set-hostname loginuser ALL=(ALL) NOPASSWD: /usr/sbin/dhclient eth0