Обновить install.sh
This commit is contained in:
@@ -13,3 +13,8 @@ echo \
|
||||
apt update
|
||||
apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
|
||||
|
||||
groupadd --system pterodactyl
|
||||
useradd --system --shell /sbin/nologin --comment "Pterodactyl Wings Daemon" --gid pterodactyl --home-dir /etc/pterodactyl --no-create-home pterodactyl
|
||||
mkdir -p /run/wings/machine-id
|
||||
chown pterodactyl:pterodactyl /run/wings/machine-id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user