mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-26 00:55:54 +00:00
Remove usage of external script
This commit is contained in:
@@ -31,6 +31,11 @@ function update_script() {
|
||||
$STD apt-get update
|
||||
$STD apt-get -y upgrade
|
||||
$STD bash <(curl -fsSL https://deb.globaleaks.org//install.sh) -y
|
||||
|
||||
$STD sh -c 'echo "deb [signed-by=/etc/apt/trusted.gpg.d/globaleaks.gpg] http://deb.globaleaks.org $(lsb_release -sc) main" > /etc/apt/sources.list.d/globaleaks.list'
|
||||
$STD apt-get update
|
||||
$STD apt-get -y install globaleaks
|
||||
|
||||
msg_ok "Updated $APP LXC"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user