install.sh aktualisiert
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user