Skip to content

Commit

Permalink
Merge pull request #84 from MaddDogg98/patch-1
Browse files Browse the repository at this point in the history
Update update.mdx
  • Loading branch information
notAreYouScared authored Nov 9, 2024
2 parents aa761ef + d5b8dad commit 3d00d41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/wings/update.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ First, download the updated wings binary into `/usr/local/bin`. You will need to
</Admonition>

```sh
systemctl stop wings
curl -L -o /usr/local/bin/wings "https://github.com/pelican-dev/wings/releases/latest/download/wings_linux_$([[ "$(uname -m)" == "x86_64" ]] && echo "amd64" || echo "arm64")"
chmod u+x /usr/local/bin/wings
sudo systemctl stop wings
sudo curl -L -o /usr/local/bin/wings "https://github.com/pelican-dev/wings/releases/latest/download/wings_linux_$([[ "$(uname -m)" == "x86_64" ]] && echo "amd64" || echo "arm64")"
sudo chmod u+x /usr/local/bin/wings
```

## Restart

Secondly, Restart the process.

```sh
systemctl restart wings
sudo systemctl restart wings
```

Eazy as 1..2.. Oh it's done...
Eazy as 1..2.. Oh it's done...

0 comments on commit 3d00d41

Please sign in to comment.