mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-28 16:05:54 +00:00
Switch to VM
This commit is contained in:
20
vm/update/allstarlink.sh
Normal file
20
vm/update/allstarlink.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright (c) 2021-2025 community-scripts ORG
|
||||
# Author: Don Locke (DonLocke)
|
||||
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||
# Source: https://github.com/AllStarLink
|
||||
|
||||
APP="AllStarLink"
|
||||
|
||||
header_info
|
||||
|
||||
if [[ ! -d /etc/asterisk ]]; then
|
||||
msg_error "No ${APP} Installation Found!"
|
||||
exit
|
||||
fi
|
||||
msg_info "Updating $APP VM"
|
||||
$STD apt-get update
|
||||
$STD DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
|
||||
msg_ok "Updated $APP VM"
|
||||
exit
|
||||
Reference in New Issue
Block a user