Deactivated code for manjaro

This commit is contained in:
Kevin Veen-Birkenbach 2021-12-14 17:15:46 +01:00
parent 8a4f9012e1
commit f711d7894f

View File

@ -233,6 +233,8 @@ if [ "$transfer_image" = "y" ]
info "Skipping image transfer..." info "Skipping image transfer..."
fi fi
if [ "$os" != "manjaro" ]
then
info "Start regular mounting procedure..." info "Start regular mounting procedure..."
if mount | grep -q "$boot_partition_path" if mount | grep -q "$boot_partition_path"
then then
@ -475,6 +477,6 @@ if [ "$os" = "retropie" ]
) | chroot "$root_mount_path" /bin/bash || error ) | chroot "$root_mount_path" /bin/bash || error
fi fi
fi fi
fi
destructor destructor
success "Setup successfull :)" && exit 0 success "Setup successfull :)" && exit 0