Easy debian repository


/ Published in: Bash
Save to your folder(s)

from /var/www assuming that you have dists directory in /var/www/dists


Copy this code and paste it in your HTML
  1. dpkg-scanpackages dists/packages/main/binary-i386 /dev/null | gzip > Packages.gz
  2. mv Packages.gz dists/packages/main/binary-i386/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.