From 455151f6b60af90ae50b70ad6e3a61433ad55bf2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 15 Feb 2025 03:04:13 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/install.sh b/src/install.sh index 2f4dbd2..9e266d5 100644 --- a/src/install.sh +++ b/src/install.sh @@ -76,8 +76,6 @@ startInstall() { BOOT="$STORAGE/$file" - ! migrateFiles "$BOOT" "$VERSION" && error "Migration failed!" && exit 57 - fi skipInstall "$BOOT" && return 1