Last active
August 29, 2015 14:05
-
-
Save david415/cbd6342db0894ba98f94 to your computer and use it in GitHub Desktop.
Tahoe-LAFS APT mirror
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat <<EOT>mirror.list | |
set base_path /home/amnesia/apt-mirror | |
set defaultarch amd64 | |
set nthreads 20 | |
set _tilde 0 | |
deb http://deb.mempo.org/debian wheezy main | |
clean http://deb.mempo.org/debian | |
EOT | |
sudo apt-get update | |
sudo apt-get install apt-mirror | |
apt-mirror mirror.list | |
tahoe create-alias mempo-repo | |
tahoe backup --verbose /home/amnesia/apt-mirror/mirror/deb.mempo.org mempo-repo:mempo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment