diff --git a/modules/20-installation/install b/modules/20-installation/install index 0ee47b1..65a6524 100644 --- a/modules/20-installation/install +++ b/modules/20-installation/install @@ -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