Advertisement
Guest User

Untitled

a guest
Jun 10th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.75 KB | None | 0 0
  1. ############# config ##################
  2. #
  3. # set base_path    /var/spool/apt-mirror
  4. #
  5. # set mirror_path  $base_path/mirror
  6. # set skel_path    $base_path/skel
  7. # set var_path     $base_path/var
  8. # set cleanscript $var_path/clean.sh
  9. # set defaultarch deb-amd64
  10. # set postmirror_script $var_path/postmirror.sh
  11. # set run_postmirror 0
  12. set nthreads     20
  13. set _tilde 0
  14. #
  15. ############# end config ##############
  16.  
  17. #Ubuntu 16.04
  18. deb-amd64 http://es-mirrors.evowise.com/ubuntu/ xenial main restricted universe multiverse
  19. deb-amd64 http://es-mirrors.evowise.com/ubuntu/ xenial-security main restricted universe multiverse
  20. deb-amd64 http://es-mirrors.evowise.com/ubuntu/ xenial-updates main restricted universe multiverse
  21.  
  22.  
  23.  
  24. clean http://archive.ubuntu.com/ubuntu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement