diff --git a/wings/1.0/installing.md b/wings/1.0/installing.md index db5641e6..5c743707 100644 --- a/wings/1.0/installing.md +++ b/wings/1.0/installing.md @@ -103,7 +103,7 @@ run the commands below which will create the base directory and download the win ``` bash mkdir -p /etc/pterodactyl -curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.6/wings_linux_amd64 +curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.7/wings_linux_amd64 chmod u+x /usr/local/bin/wings ``` diff --git a/wings/1.0/upgrading.md b/wings/1.0/upgrading.md index 18f8ff14..50871275 100644 --- a/wings/1.0/upgrading.md +++ b/wings/1.0/upgrading.md @@ -29,7 +29,7 @@ directory as it is no longer needed. First, download the updated wings binary into `/usr/local/bin`. ``` bash -curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.6/wings_linux_amd64 +curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.7/wings_linux_amd64 chmod u+x /usr/local/bin/wings ```