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 fi
if [[ ! "${cfg[fde_key_store]}" == "none" ]]; then if [[ ! "${cfg[fde_key_store]}" == "none" ]]; then
addpkg cryptsetup addpkg "cryptsetup"
#input_pw "Disk Password" #input_pw "Disk Password"
output="oem" output="oem"
setconf "add" "diskpw" "${output}" setconf "add" "diskpw" "${output}"

View File

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