diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/update81-82.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/update81-82.sh b/abs/core/update81-82.sh index 7061311..3667610 100644 --- a/abs/core/update81-82.sh +++ b/abs/core/update81-82.sh @@ -46,7 +46,7 @@ else echo "filesystem package downloaded" fi -curl -o glibc-2.18-11-x86_64.pkg.tar.xz http://linhes.org/repo/x86_64/core-testing/glibc-2.18-11-x86_64.pkg.tar.xz +curl -o glibc-2.18-11-x86_64.pkg.tar.xz http://linhes.org/repo/x86_64/core/glibc-2.18-11-x86_64.pkg.tar.xz rc=$? if [ $rc != 0 ] then |