From 527a124bb1158d28014c7705c72988743141e8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20unbrot=20P=C3=A4tzold?= Date: Sun, 3 May 2026 18:47:53 +0200 Subject: [PATCH] Install: Add missingconfok for broken existing installs without config --- system_setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_setup/install.sh b/system_setup/install.sh index c25ac49..25ce3b6 100755 --- a/system_setup/install.sh +++ b/system_setup/install.sh @@ -408,7 +408,7 @@ if [[ -n "$EXISTING_OEMDRV_DEV" ]]; then || die "git fetch failed." git -C "$MOUNT_POINT" checkout -B "$REPO_BRANCH" FETCH_HEAD \ || die "git checkout failed." - source "$MOUNT_POINT/system_setup/setup_system.inc.sh" + source "$MOUNT_POINT/system_setup/setup_system.inc.sh" --missingconfok finish_install "$EXISTING_OEMDRV_DEV" exit 0 fi