Suppress STDOUT of gdisk

This commit is contained in:
Price Hiller 2021-11-25 04:37:19 -06:00
parent cfa70dec32
commit 2ac4d7c95f

View File

@ -257,7 +257,7 @@ install() {
echo
echo
echo 8300
echo w) | gdisk "${install_path}"
echo w) | gdisk "${install_path}" > /dev/null
log "info" "Wrote partitions"
log "info" "Encrypting $(important "${install_disk}"), if you are prompted type $(important "YES")"
cryptsetup -y -v luksFormat "${install_path}" || exit