diff options
-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 3667610..78e91be 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/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.r8.2/glibc-2.18-11-x86_64.pkg.tar.xz rc=$? if [ $rc != 0 ] then |