diff options
-rwxr-xr-x | etc/centos-mirror.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/centos-mirror.sh b/etc/centos-mirror.sh index 85e87d4..4b95949 100755 --- a/etc/centos-mirror.sh +++ b/etc/centos-mirror.sh @@ -1,7 +1,7 @@ #!/bin/sh # -# use fixed mirror (be proxy friendly) +# use fixed mirror (be cache proxy friendly) # furl="http://mirror.centos.org/" turl="${CENTOS_MIRROR-http://mirror.centos.org/}" |