This commit is contained in:
teldra 2022-02-09 14:46:08 +01:00
parent fa1f15920f
commit b06ada951a

View File

@ -372,6 +372,7 @@ network() {
}
add_arg_pkg() {
xbps-install -S
for i in "${@}"; do
if xbps-query -Rs ${i}|awk '{print $2}'|grep "^${i}" >/dev/null; then
addpkg "${@}"