Update alpine-wireguard.sh
This commit is contained in:
parent
9e5c4d3456
commit
1b83a5b449
@ -21,11 +21,12 @@ catch_errors
|
|||||||
|
|
||||||
function update_script() {
|
function update_script() {
|
||||||
msg_info "Updating Alpine Packages"
|
msg_info "Updating Alpine Packages"
|
||||||
apk update && apk upgrade
|
$STD apk update
|
||||||
|
$STD apk upgrade
|
||||||
msg_ok "Updated Alpine Packages"
|
msg_ok "Updated Alpine Packages"
|
||||||
|
|
||||||
msg_info "Updating WireGuard"
|
msg_info "Updating WireGuard"
|
||||||
apk upgrade wireguard-tools
|
$STD apk upgrade wireguard-tools
|
||||||
msg_ok "Updated WireGuard"
|
msg_ok "Updated WireGuard"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user