pain,,, suffering,,, agony even

artix
Matt C 3 years ago
parent d2b8a7466d
commit a2a37057c4

@ -240,13 +240,13 @@ if [[ "$MP" != "n" ]]; then
prompt "Write package names" prompt "Write package names"
PKGNS="$response" PKGNS="$response"
inf "Installing: $PKGNS" inf "Installing: $PKGNS"
ame -Sy ${PKGNS} 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
ame -Sy ${PKG} ame -S ${PKG}
done done
fi fi
fi fi

Loading…
Cancel
Save