small fixes

This commit is contained in:
teldra 2021-03-16 22:52:43 +01:00
parent 43f2b5cbcb
commit 2d179dca71
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ for i in ${pkg[@]}; do
done
if [[ "${#toinstall[@]}" -gt 0 ]]; then
#inst "${toinstall[@]}"
echo xbps-install -Sy "${toinstall[@]}"
xbps-install -Sy "${toinstall[@]}"
else
echo nothing to do