From 3a79867d63d6e79195d25048571f06b3c7c6a909 Mon Sep 17 00:00:00 2001 From: DrUm78 Date: Mon, 24 Mar 2025 15:40:34 +0100 Subject: [PATCH] Do not copy again homebrew games during the OS update. It will now be only when flashing a card with the .img file --- FunKey/board/funkey/update_partition | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FunKey/board/funkey/update_partition b/FunKey/board/funkey/update_partition index aa83cd2..fc6fb93 100755 --- a/FunKey/board/funkey/update_partition +++ b/FunKey/board/funkey/update_partition @@ -48,7 +48,7 @@ do_postinst() cp -r ${root_mount}/usr/local/share/OPKs/* /mnt # Copy freeware games and other necessary mnt files - unzip -q -o ${root_mount}/usr/local/share/mnt_files.zip -d /mnt/ + #unzip -q -o ${root_mount}/usr/local/share/mnt_files.zip -d /mnt/ # Remove previous OPKs for default emulators rm /mnt/Emulators/gb_gbc_gnuboy_funkey-s.opk