2021-11-29 08:40:09 +01:00
2021-11-25 17:30:12 +01:00
2021-11-26 22:38:40 +01:00
2021-11-26 19:25:15 +01:00

proxmox-backup-arm64

Script for building Proxmox Backup Server for Armbian64

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
Description
No description provided
Readme 856 KiB
Languages
Shell 95.2%
Dockerfile 4.8%