small fixes

This commit is contained in:
teldra 2021-03-16 20:51:13 +01:00
parent 27a19c88f8
commit 7ad527cefe
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -1,6 +1,5 @@
module start "bootloader" "Install Bootloader"
source "${vars}/disk"
diskid="${cfg[diskid]//-/_}"
if [[ ! "${cfg[fde_key_store]}" == "none" ]]; then