mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-14 19:41:04 +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..."
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user