init commit
This commit is contained in:
parent
fd7007e769
commit
5853ca433f
2 changed files with 10 additions and 0 deletions
5
update-wings.sh
Executable file
5
update-wings.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
systemctl stop wings
|
||||
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/wings
|
||||
systemctl start wings
|
||||
Loading…
Add table
Add a link
Reference in a new issue