small fixes

This commit is contained in:
teldra 2021-03-16 21:12:19 +01:00
parent ef517e8abc
commit 723bb95ee2
2 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,7 @@ if [[ "${cfg[fde_key_store]}" == "notencrypted" ]]; then
fi
if [[ ! "${cfg[fde_key_store]}" == "none" ]]; then
addpkg cryptsetup
addpkg "cryptsetup"
#input_pw "Disk Password"
output="oem"
setconf "add" "diskpw" "${output}"

View File

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