init commit

This commit is contained in:
Sebastian Cabrera 2026-01-23 21:14:41 -05:00
parent fd7007e769
commit 5853ca433f
Signed by: okseby
GPG key ID: 2DDBFDEE356CF3DE
2 changed files with 10 additions and 0 deletions

5
update-wings.sh Executable file
View 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