From fa991dcfcdb031aa486f1926e2f5aa5cf31bd378 Mon Sep 17 00:00:00 2001 From: Matt C Date: Sun, 12 Sep 2021 23:38:56 -0400 Subject: [PATCH] use ame for additional packages --- continue.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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