diff --git a/wings/1.0/installing.md b/wings/1.0/installing.md index 03760039..f1a7aeab 100644 --- a/wings/1.0/installing.md +++ b/wings/1.0/installing.md @@ -114,7 +114,7 @@ set when creating the node. The next step is to download the software and unpack the archive. ``` bash -curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.3/wings +curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.4/wings ``` ## Configure Daemon Once you have installed the daemon and required components, the next step is to create a node on your installed Panel diff --git a/wings/1.0/upgrading.md b/wings/1.0/upgrading.md index f260593a..e1457f1f 100644 --- a/wings/1.0/upgrading.md +++ b/wings/1.0/upgrading.md @@ -5,7 +5,7 @@ Upgrading Wings is a painless process and should take less than a minute to comp First, download the updated wings binary into `/srv/wings`. ``` bash -curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.3/wings +curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.4/wings chmod u+x wings ```