Skip to content

Script for building Proxmox Backup Server 2.x for Armbian64 based on Bullseye

Notifications You must be signed in to change notification settings

MAFLO321/proxmox-backup-arm64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

proxmox-backup-arm64

Script for building Proxmox Backup Server 2.x for Armbian64 based on Bullseye

Install build essentials and dependencies

 apt-get -y install \
	build-essential curl sudo git lintian \
	pkg-config libudev-dev libssl-dev libapt-pkg-dev libclang-dev \
	libnetaddr-ip-perl libpam0g-dev libcurl4-openssl-dev

Install rustup

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -sSf | sh -s
source ~/.cargo/env

Start build script

./build.sh

About

Script for building Proxmox Backup Server 2.x for Armbian64 based on Bullseye

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%