From d2b8a7466d9c944dcbfeb904806ada4d6ee2ef3a Mon Sep 17 00:00:00 2001 From: Matt C Date: Mon, 13 Sep 2021 00:05:21 -0400 Subject: [PATCH] oopsie doopsie --- continue.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/continue.sh b/continue.sh index d379bf3..618835a 100755 --- a/continue.sh +++ b/continue.sh @@ -244,7 +244,10 @@ if [[ "$MP" != "n" ]]; then else prompt "URL to package list" SRC="$response" - ame -Sy $(curl ${SRC}) + PKGS="$(curl ${SRC})" + for PKG in PKGS; do + ame -Sy ${PKG} + done fi fi