#!/bin/bash apt-mirror /package-mirror/var/clean.sh cd /package-mirror/mirror/apt.puppetlabs.com wget -nH -np --recursive http://apt.puppetlabs.com/dists/focal/puppet6/binary-all/ wget -nH -np --recursive http://apt.puppetlabs.com/dists/buster/puppet6/binary-all/ cd /package-mirror/mirror/archive.neon.kde.org wget -nH -np --recursive http://origin.archive.neon.kde.org/user/dists/focal/main/binary-all/ cd /package-mirror/mirror/security.debian.org/dists/buster/updates/main/ mkdir i18n cd i18n wget http://security.debian.org/debian-security/dists/buster/updates/main/i18n/Translation-en.xz #cd /package-mirror/mirror/archive.ubuntu.com/ubuntu/dists/focal-security cd /package-mirror/mirror/archive.ubuntu.com wget -nH -np --recursive http://archive.ubuntu.com/ubuntu/dists/focal-security/main/cnf/ wget -nH -np --recursive http://archive.ubuntu.com/ubuntu/dists/focal-security/multiverse/cnf/ wget -nH -np --recursive http://archive.ubuntu.com/ubuntu/dists/focal-security/restricted/cnf/ wget -nH -np --recursive http://archive.ubuntu.com/ubuntu/dists/focal-security/universe/cnf/ wget -nH -np --recursive http://archive.ubuntu.com/ubuntu/dists/focal/main/cnf/ wget -nH -np --recursive http://archive.ubuntu.com/ubuntu/dists/focal/multiverse/cnf/ wget -nH -np --recursive http://archive.ubuntu.com/ubuntu/dists/focal/restricted/cnf/ wget -nH -np --recursive http://archive.ubuntu.com/ubuntu/dists/focal/universe/cnf/ wget -nH -np --recursive http://archive.ubuntu.com/ubuntu/dists/focal-updates/main/cnf/ wget -nH -np --recursive http://archive.ubuntu.com/ubuntu/dists/focal-updates/multiverse/cnf/ wget -nH -np --recursive http://archive.ubuntu.com/ubuntu/dists/focal-updates/restricted/cnf/ wget -nH -np --recursive http://archive.ubuntu.com/ubuntu/dists/focal-updates/universe/cnf/