From a2a37057c4224d787cb02f50a18ecb646f1e3e50 Mon Sep 17 00:00:00 2001 From: Matt C Date: Mon, 13 Sep 2021 00:48:29 -0400 Subject: [PATCH] pain,,, suffering,,, agony even --- continue.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/continue.sh b/continue.sh index 618835a..13540b4 100755 --- a/continue.sh +++ b/continue.sh @@ -240,13 +240,13 @@ if [[ "$MP" != "n" ]]; then prompt "Write package names" PKGNS="$response" inf "Installing: $PKGNS" - ame -Sy ${PKGNS} + ame -S ${PKGNS} else prompt "URL to package list" SRC="$response" PKGS="$(curl ${SRC})" for PKG in PKGS; do - ame -Sy ${PKG} + ame -S ${PKG} done fi fi