diff options
-rwxr-xr-x | librebasebuilder | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/librebasebuilder b/librebasebuilder index 8ba1315..f7d3a25 100755 --- a/librebasebuilder +++ b/librebasebuilder @@ -61,21 +61,21 @@ cat > etc/resolv.conf <<EOF # End of file EOF -# From pacman-mirrorlist-libre-20120307-1. +# From pacman-mirrorlist-libre-20120307-1. Remember to escape dollars. cat > etc/pacman.d/mirrorlist <<EOF # Parabola GNU/Linux - Last Updated: Wed Mar 7 17:33:36 GMT 2012 # Atlanta, GA, USA # Responsible: belos -Server = http://parabola.techno-geeks.org/$repo/os/$arch +Server = http://parabola.techno-geeks.org/\$repo/os/\$arch # Nuremberg, Germany # Responsible: johkra -Server = http://parabolaweb.eu/$repo/os/$arch +Server = http://parabolaweb.eu/\$repo/os/\$arch # UK # Responsible: Parabola Project -Server = http://repo.parabolagnulinux.org/$repo/os/$arch +Server = http://repo.parabolagnulinux.org/\$repo/os/\$arch EOF |