Skip to content

Commit

Permalink
Merge pull request #548 from MaddDogg98/patch-2
Browse files Browse the repository at this point in the history
Update installing.md
  • Loading branch information
parkervcp authored Oct 13, 2023
2 parents 489852a + 693ab30 commit eed15bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wings/1.0/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ probably using a non-supported kernel. Check our [Kernel Modifications](../../..
If you are on an operating system with systemd (Ubuntu 16+, Debian 8+, CentOS 7+) run the command below to have Docker start when you boot your machine.

```bash
systemctl enable --now docker
sudo systemctl enable --now docker
```

#### Enabling Swap
Expand Down Expand Up @@ -105,9 +105,9 @@ The first step for installing Wings is to ensure we have the required directory
run the commands below, which will create the base directory and download the wings executable.

```bash
mkdir -p /etc/pterodactyl
sudo mkdir -p /etc/pterodactyl
curl -L -o /usr/local/bin/wings "https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_$([[ "$(uname -m)" == "x86_64" ]] && echo "amd64" || echo "arm64")"
chmod u+x /usr/local/bin/wings
sudo chmod u+x /usr/local/bin/wings
```

::: warning OVH/SYS Servers
Expand Down

0 comments on commit eed15bc

Please sign in to comment.