diff options
Diffstat (limited to 'core/scripts')
-rw-r--r-- | core/scripts/install-core.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/scripts/install-core.sh b/core/scripts/install-core.sh index d889c8b..9edd966 100644 --- a/core/scripts/install-core.sh +++ b/core/scripts/install-core.sh @@ -41,7 +41,7 @@ install_core() { done fi - tar xf "${PORT_PKG}/core/pkgutils#5.40-1.pkg.tar.xz" usr/bin/pkgadd -O > ${CHROOT}/pkgadd + tar xf "${PORT_PKG}/core/pkgutils#5.40-7.pkg.tar.xz" usr/bin/pkgadd -O > ${CHROOT}/pkgadd chmod +x ${CHROOT}/pkgadd |