Updating Wings
Please see the Minimum Requirements section in the Wings Overview documentation.
First, stop the service by running this command:
bash
systemctl stop wingsThen, download and install the new version of the Wings binary:
bash
curl -L "https://github.com/calagopus/wings/releases/latest/download/wings-rs-$(uname -m)-linux" -o /usr/local/bin/wings
chmod +x /usr/local/bin/wingsTo test that the installation was successful, you can run:
bash
wings versionAnd finally, start Wings back again:
bash
systemctl start wings