mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-24 16:11:03 +01:00
Deactivated code for manjaro
This commit is contained in:
parent
8a4f9012e1
commit
f711d7894f
@ -233,6 +233,8 @@ if [ "$transfer_image" = "y" ]
|
||||
info "Skipping image transfer..."
|
||||
fi
|
||||
|
||||
if [ "$os" != "manjaro" ]
|
||||
then
|
||||
info "Start regular mounting procedure..."
|
||||
if mount | grep -q "$boot_partition_path"
|
||||
then
|
||||
@ -475,6 +477,6 @@ if [ "$os" = "retropie" ]
|
||||
) | chroot "$root_mount_path" /bin/bash || error
|
||||
fi
|
||||
fi
|
||||
|
||||
fi
|
||||
destructor
|
||||
success "Setup successfull :)" && exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user