Apt-mirror has finished downloading the archive.
Where do I go from here for an offline installation?
Apt-mirror:
sudo apt install apt-mirror
Create a Source list:
sudo su
Remove wrong ones from the configure file:
sed -i '17,27d' /etc/apt/mirror.list
Insert correct ones:
echo "
deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ jammy partner
" >> /etc/apt/mirror.list
Start Mirroring:
apt-mirror