From be7bfdab2d99f5ead3b31b11601e60f8e4c4a101 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 9 Feb 2022 15:30:41 +0100 Subject: [PATCH] progress --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 975a33d..d2c44d3 100755 --- a/main.sh +++ b/main.sh @@ -371,7 +371,7 @@ network() { } add_arg_pkg() { - xbps-install -S + xbps-install -S >/dev/null for i in "${@}"; do if xbps-query -Rs ${i}|awk '{print $2}'|grep "^${i}" >/dev/null; then addpkg "${@}"