diff --git a/continue.sh b/continue.sh index b8b6061..bf237ad 100755 --- a/continue.sh +++ b/continue.sh @@ -240,11 +240,11 @@ if [[ "$MP" != "n" ]]; then prompt "Write package names" PKGNS="$response" inf "Installing: $PKGNS" - pacman -Sy --quiet --noconfirm ${PKGNS} + ame -Sy ${PKGNS} else prompt "URL to package list" SRC="$response" - pacman -Sy --quiet --noconfirm $(curl ${SRC}) + ame -Sy $(curl ${SRC}) fi fi