Beefinstall-Utils/AptlyUpload.sh
2024-05-12 00:10:07 +02:00

11 lines
371 B
Bash
Executable file

#!/bin/bash
#This expects you to have aptly installed and doesnt install it for you
aptly repo create -distribution=bookworm -component=main beefbuild
aptly repo add beefbuild DebVersions
aptly publish drop bookworm
aptly publish repo beefbuild
mkdir Repo
#hardcoded aptly directory
cp -r /home/book/.aptly/public/dists/ Repo/
cp -r /home/book/.aptly/public/pool/ Repo/