|
|
@ -444,13 +444,13 @@ if [[ "$MP" != "n" ]]; then
|
|
|
|
prompt "Write package names"
|
|
|
|
prompt "Write package names"
|
|
|
|
PKGNS="$response"
|
|
|
|
PKGNS="$response"
|
|
|
|
inf "Installing: $PKGNS"
|
|
|
|
inf "Installing: $PKGNS"
|
|
|
|
arch-chroot /mnt su - ${UN} ame -S ${PKGNS}
|
|
|
|
arch-chroot /mnt su - ${UN} -c "ame -S ${PKGNS}"
|
|
|
|
else
|
|
|
|
else
|
|
|
|
prompt "URL to package list"
|
|
|
|
prompt "URL to package list"
|
|
|
|
SRC="$response"
|
|
|
|
SRC="$response"
|
|
|
|
PKGS="$(curl ${SRC})"
|
|
|
|
PKGS="$(curl ${SRC})"
|
|
|
|
for PKG in PKGS; do
|
|
|
|
for PKG in PKGS; do
|
|
|
|
arch-chroot /mnt su - ${UN} ame -S ${PKG}
|
|
|
|
arch-chroot /mnt su - ${UN} -c "ame -S ${PKG}"
|
|
|
|
done
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|