diff --git a/Misc/Arch-LuksCrpy-Install.bash b/Misc/Arch-LuksCrpy-Install.bash index f54bdf8..6cd0d11 100755 --- a/Misc/Arch-LuksCrpy-Install.bash +++ b/Misc/Arch-LuksCrpy-Install.bash @@ -257,7 +257,8 @@ install() { echo echo echo 8300 - echo w) | gdisk "${install_path}" > /dev/null + echo w + echo Y) | 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}p2" || exit