You are not logged in.
I want to download all USA mirrors. I try:
reflector -c USAor
reflector -c usaor another countries but every time it gives me only two URLs and that's it. No matter what country I type in. What am I doing wrong?
Offline
How about
reflector --country %own% -o <outputfile>I got seven mirrors.
Offline
What is "%own%"? What should I type in there?
Offline
What is "%own%"? What should I type in there?
You should read the manual :-)
Just type it as it is, but provide a valid output filename:
reflector --country %own% -o stupid_mirrorsworks here
[karol@black ~]$ reflector --country %own% -o stupid_mirrors
[karol@black ~]$ cat stupid_mirrors
# 2010-10-01 14:22
# generated by reflector
Server = ftp://mirrors.kernel.org/archlinux/$repo/os/$arch
Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
Server = ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
Server = ftp://ftp.pwsz.elblag.pl/pub/linux/distributions/archlinux/$repo/os/$arch
Server = http://ftp.pwsz.elblag.pl/pub/linux/distributions/archlinux/$repo/os/$arch
Server = http://unix.net.pl/archlinux.org/$repo/os/$archOffline