diff options
Diffstat (limited to 'core/scripts/install-core.sh')
-rw-r--r-- | core/scripts/install-core.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/core/scripts/install-core.sh b/core/scripts/install-core.sh index 8e61448..d4d6983 100644 --- a/core/scripts/install-core.sh +++ b/core/scripts/install-core.sh @@ -120,7 +120,12 @@ install_packages() { $CHROOT/usr/bin/pkgadd -f -r $CHROOT $CHROOT/media/crux/opt/libtirpc#* echo "Installing $CHROOT/media/crux/opt/git" $CHROOT/usr/bin/pkgadd -f -r $CHROOT $CHROOT/media/crux/opt/git#* - + echo "Installing $CHROOT/media/crux/opt/tmux" + $CHROOT/usr/bin/pkgadd -f -r $CHROOT $CHROOT/media/crux/opt/tmux#* + echo "Installing $CHROOT/media/crux/opt/prt-utils" + $CHROOT/usr/bin/pkgadd -f -r $CHROOT $CHROOT/media/crux/opt/prt-utils#* + echo "Installing $CHROOT/media/crux/opt/elfutils" + $CHROOT/usr/bin/pkgadd -f -r $CHROOT $CHROOT/media/crux/opt/elfutils#* } echo "PORT_PKG=${PORT_PKG}"; |