mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 15:25:53 +00:00
fixes
This commit is contained in:
@@ -13,7 +13,6 @@ var_disk="${var_disk:-2}"
|
||||
var_os="${var_os:-debian}"
|
||||
var_version="${var_version:-12}"
|
||||
var_unprivileged="${var_unprivileged:-1}"
|
||||
var_fuse="${var_fuse:-1}"
|
||||
|
||||
header_info "$APP"
|
||||
variables
|
||||
|
||||
@@ -14,13 +14,11 @@ network_check
|
||||
update_os
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt-get install -y \
|
||||
gnupg2 \
|
||||
fuse
|
||||
$STD apt-get install -y gnupg2
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing rclone"
|
||||
wget https://downloads.rclone.org/v1.69.1/rclone-v1.69.1-linux-amd64.deb
|
||||
$STD fetch_and_deploy_gh_release rclone/rclone
|
||||
dpkg -i rclone-v1.69.1-linux-amd64.deb
|
||||
msg_ok "Installed rclone"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user