This commit is contained in:
Your Name 2023-02-14 19:41:02 -07:00
parent a653d2eded
commit cd3615e376

View File

@ -376,8 +376,6 @@ partitions() {
echo "Setting Up Partitions....."
printf "$DISK_PASSWORD" | cryptsetup open ${BTRFS} $ROOT_MAPPER_NAME
unmount
if [[ -e "/dev/mapper/$ROOT_MAPPER_NAME" ]]; then
echo
echo "Formatting $EFI"