mirror of
https://github.com/wofferl/proxmox-backup-arm64
synced 2025-12-06 00:13:41 +00:00
Buildscript for proxmox backup server 2.1.2
This commit is contained in:
18
README.md
18
README.md
@@ -1,2 +1,20 @@
|
||||
# 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
|
||||
```
|
||||
## Install ``rustup``
|
||||
```
|
||||
curl -sSf https://sh.rustup.rs -sSf | sh -s
|
||||
source .cargo/env
|
||||
```
|
||||
|
||||
## Start build script
|
||||
```
|
||||
./build.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user