Upgrading wings
Download Updated Binary
First, download the updated wings binary into /usr/local/bin. You will need to stop Wings briefly. Your running servers will not be affected.
systemctl stop wings
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