From 34e43cca5029a31feb874861078c596216866e89 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Mon, 29 Jun 2020 21:05:18 -0700 Subject: [PATCH] wings@1.0.0-beta.7 --- wings/1.0/installing.md | 2 +- wings/1.0/upgrading.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ```