make your own deb repository
apt install reprepro
- edit soft.list
- run 0-download-deb.sh
- run 1-update_repo.sh
then you can place dir 'dists' and 'pool' to your web server.
even you can use github pages as your apt repository. for example:
- add this line to /etc/apt/sources.list
deb http://zhouchangxun.github.io/apt/ zesty main
- apt-get update
- apt-get install busybox
it works! :)