Fedora 44, install/configure improvements, Nextcloud desktop client fixes #24

Merged
obel1x merged 27 commits from unbrot/fedora-OEMDRV:main into main 2026-05-04 17:00:04 +02:00
Showing only changes of commit 1d5c72129f - Show all commits
+1 -1
View File
@@ -360,7 +360,7 @@ if [[ -n "$EXISTING_OEMDRV_DEV" ]]; then
mount -o "$MOUNT_OPTS" "$EXISTING_OEMDRV_DEV" "$MOUNT_POINT" || die "mount failed."
fi
if [[ -f "$MOUNT_POINT/system_setup/setup_system.inc.sh" ]]; then
if [[ -f "$MOUNT_POINT/system_setup/setup_system.inc.sh" && -f "$MOUNT_POINT/config/setup_system.conf" ]]; then
info "Sourcing existing setup_system.inc.sh..."
pushd "$MOUNT_POINT/system_setup" > /dev/null
source setup_system.inc.sh