From 2d179dca715a29c64d00d72cbf6a8bdaac6f8f72 Mon Sep 17 00:00:00 2001 From: teldra Date: Tue, 16 Mar 2021 22:52:43 +0100 Subject: [PATCH] small fixes --- modules/20-installation/install | 2 -- 1 file changed, 2 deletions(-) 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