Beefinstall-Utils/AptlyUpload.sh

12 lines
371 B
Bash
Raw Normal View History

2024-05-12 00:10:07 +02:00
#!/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/