Compare commits

...

3 Commits

Author SHA1 Message Date
tteckster 0e01ceb460
Update wireguard.sh
fix update
2024-05-09 09:26:17 -04:00
tteckster 12bd10bef3
Update wireguard.sh
"There is currently no update path available."
2024-05-09 09:13:13 -04:00
tteckster bd56416898
Update bug_report.yaml
tweak
2024-05-09 03:32:09 -04:00
2 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,7 @@ body:
- Debian 12
- Ubuntu 20.04
- Ubuntu 22.04
- Ubuntu 23.10
- Ubuntu 24.04
- type: textarea
id: screenshot
attributes:

View File

@ -63,6 +63,7 @@ if [ "$UPD" == "1" ]; then
msg_info "Updating ${APP} LXC"
apt-get update &>/dev/null
apt-get -y upgrade &>/dev/null
msg_ok "Updated ${APP} LXC"
exit
fi
if [ "$UPD" == "2" ]; then