From 95ae6ffa2f399ae7c04529332bfe60dab1ce75b2 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Wed, 16 Oct 2024 14:20:55 +0200 Subject: [PATCH] install.sh aktualisiert --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0b697dc..b696f36 100644 --- a/install.sh +++ b/install.sh @@ -42,7 +42,7 @@ echo -e "${GREEN}✔${NC} Root login disabled..." echo -e "${RED}→${NC} Copying required files..." sudo rm ./rps-client/.gitignore ./rps-client/LICENSE ./rps-client/README.md >/dev/null 2>&1 -sudo rsync -axHAXS --numeric-ids --info=progress2 ./rps-client/* / >/dev/null 2>&1 +sudo rsync -axHAXS --numeric-ids --info=progress2 --no-owner --no-group ./rps-client/* / >/dev/null 2>&1 echo -e "${GREEN}✔${NC} Required files copied..." echo -e "${RED}→${NC} Setting file permissions..."