use ame for additional packages

artix
Matt C 3 years ago
parent ffc414b313
commit fa991dcfcd

@ -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

Loading…
Cancel
Save