oopsie doopsie

artix
Matt C 3 years ago
parent 1da44bdcae
commit d2b8a7466d

@ -244,7 +244,10 @@ if [[ "$MP" != "n" ]]; then
else else
prompt "URL to package list" prompt "URL to package list"
SRC="$response" SRC="$response"
ame -Sy $(curl ${SRC}) PKGS="$(curl ${SRC})"
for PKG in PKGS; do
ame -Sy ${PKG}
done
fi fi
fi fi

Loading…
Cancel
Save