mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-15 14:23:01 -06:00
Revert r4 upgrade (#258)
* Revert r4 upgrade * Update installing.md * Update migrating.md
This commit is contained in:
parent
0460bb26fa
commit
e36393b68b
@ -95,7 +95,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-rc.4/wings_linux_amd64
|
||||
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-rc.3/wings_linux_amd64
|
||||
chmod u+x /usr/local/bin/wings
|
||||
```
|
||||
|
||||
|
||||
@ -13,7 +13,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-rc.4/wings_linux_amd64
|
||||
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-rc.3/wings_linux_amd64
|
||||
chmod u+x /usr/local/bin/wings
|
||||
```
|
||||
|
||||
|
||||
@ -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 `/usr/local/bin`.
|
||||
|
||||
``` bash
|
||||
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-rc.4/wings_linux_amd64
|
||||
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-rc.3/wings_linux_amd64
|
||||
chmod u+x /usr/local/bin/wings
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user