Based on the excellent script of wofferl.
-
Update the apt package index and install packages to allow apt to use a repository over HTTPS:
sudo apt update sudo apt install -y ca-certificates curl gnupg lsb-release
-
Add GPG key:
mkdir -p /etc/apt/keyrings sudo curl -fsSL https://dexogen.github.io/pipbs/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/pipbs.gpg
-
Use the following command to set up the repository:
echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/pipbs.gpg] https://dexogen.github.io/pipbs/ bookworm main" | sudo tee /etc/apt/sources.list.d/pipbs.list
- Update the
apt
package index:sudo apt update
- Install packages:
sudo apt install -y raspberrypi-kernel-headers pv zfs-initramfs zfsutils-linux sudo apt install -y proxmox-backup-server