From eecb28096b609f9b1cf8559f9f68f0aa466a187e Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Tue, 10 Dec 2024 11:37:22 +0100 Subject: [PATCH] install.sh aktualisiert --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 12aebbe..88faa64 100644 --- a/install.sh +++ b/install.sh @@ -40,7 +40,7 @@ echo -e "${RED}→${NC} Creating user 'loginuser'..." | tee -a /var/log/install sudo adduser --disabled-password --gecos "" loginuser >>/var/log/install 2>&1 && print_status "User 'loginuser' created" echo -e "${RED}→${NC} Copy requiered files..." | tee -a /var/log/install -mkdir -p /etc/chromium/policies/managed /home/wis/.ssh /usr/bin/custom +mkdir -p /etc/chromium/policies/managed /home/wis/.ssh /usr/bin/custom /etc/systemd/system/getty@tty1.service.d/ declare -A files=( ["/root/rps-client/boot/ro-root.sh"]="/boot/ro-root.sh" ["/root/rps-client/boot/firmware/ro-root.sh"]="/boot/firmware/ro-root.sh"