Port PBS to ARM64

fix changedetection font package issue as well
This commit is contained in:
Sam Heinz
2024-04-11 17:06:43 +10:00
parent ca3d486109
commit 50f2744ef4
4 changed files with 168 additions and 170 deletions
+1
View File
@@ -81,6 +81,7 @@ $STD npm prune production --prefix /opt/browserless
msg_ok "Installed Browserless & Playwright"
msg_info "Installing Font Packages"
export DEBIAN_FRONTEND=noninteractive
$STD apt-get install -y \
fontconfig \
libfontconfig1 \
+8 -5
View File
@@ -17,15 +17,18 @@ msg_info "Installing Dependencies"
$STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y git
$STD apt-get install -y wget
$STD apt-get install -y dpkg-dev
msg_ok "Installed Dependencies"
msg_info "Installing Proxmox Backup Server"
wget -q https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
cat <<EOF >>/etc/apt/sources.list
deb http://download.proxmox.com/debian/pbs bookworm pbs-no-subscription
EOF
$STD apt-get update
$STD apt-get install -y proxmox-backup-server
export DEBIAN_FRONTEND=noninteractive
git clone https://github.com/wofferl/proxmox-backup-arm64
cd ./proxmox-backup-arm64
./build.sh download
apt install -y -f ./packages/*
msg_ok "Installed Proxmox Backup Server"
motd_ssh