diff --git a/romfs/finalize/finalize.gm9 b/romfs/finalize/finalize.gm9 index b43ef5b..4e6e407 100644 --- a/romfs/finalize/finalize.gm9 +++ b/romfs/finalize/finalize.gm9 @@ -193,40 +193,41 @@ allow 1: set PREVIEW_MODE "Checking for problems... DONE\nAsking for permission... DONE\n> Installing homebrew...\nCopying GodMode9 to CTRNAND... ---\nCleaning up SD card... ---\nBacking up essential.exefs... ---\nBacking up NAND... ---" # Install base homebrew applications +# Can't be issues with the copy anymore... if not install G:/finalize/Anemone3DS.cia set PREVIEW_MODE "G:/finalize/img/error14a.png" - echo "Error #14a: CIA install fail\n \nA CIA (Anemone3DS) failed to install.\n \nTry replacing it with a freshly\ndownloaded copy, or ask for help\non Discord: https://discord.gg/MWxPgEp" + echo "Error #14a: CIA install fail\n \nA CIA (Anemone3DS) failed to install.\n \nAask for help\non Discord: https://discord.gg/MWxPgEp" poweroff end if not install G:/finalize/Checkpoint.cia set PREVIEW_MODE "G:/finalize/img/error14b.png" - echo "Error #14b: CIA install fail\n \nA CIA (Checkpoint) failed to install.\n \nTry replacing it with a freshly\ndownloaded copy, or ask for help\non Discord: https://discord.gg/MWxPgEp" + echo "Error #14b: CIA install fail\n \nA CIA (Checkpoint) failed to install.\n \nAask for help\non Discord: https://discord.gg/MWxPgEp" poweroff end if not install G:/finalize/FBI.cia set PREVIEW_MODE "G:/finalize/img/error14c.png" - echo "Error #14c: CIA install fail\n \nA CIA (FBI) failed to install.\n \nTry replacing it with a freshly\ndownloaded copy, or ask for help\non Discord: https://discord.gg/MWxPgEp" + echo "Error #14c: CIA install fail\n \nA CIA (FBI) failed to install.\n \nAask for help\non Discord: https://discord.gg/MWxPgEp" poweroff end if not install G:/finalize/ftpd.cia set PREVIEW_MODE "G:/finalize/img/error14d.png" - echo "Error #14d: CIA install fail\n \nA CIA (ftpd) failed to install.\n \nTry replacing it with a freshly\ndownloaded copy, or ask for help\non Discord: https://discord.gg/MWxPgEp" + echo "Error #14d: CIA install fail\n \nA CIA (ftpd) failed to install.\n \nAask for help\non Discord: https://discord.gg/MWxPgEp" poweroff end if not install G:/finalize/Homebrew_Launcher.cia set PREVIEW_MODE "G:/finalize/img/error14e.png" - echo "Error #14e: CIA install fail\n \nA CIA (Homebrew Launcher) failed to install.\n \nTry replacing it with a freshly\ndownloaded copy, or ask for help\non Discord: https://discord.gg/MWxPgEp" + echo "Error #14e: CIA install fail\n \nA CIA (Homebrew Launcher) failed to install.\n \nAask for help\non Discord: https://discord.gg/MWxPgEp" poweroff end if not install G:/finalize/Universal-Updater.cia set PREVIEW_MODE "G:/finalize/img/error14f.png" - echo "Error #14f: CIA install fail\n \nA CIA (Universal-Updater) failed to install.\n \nTry replacing it with a freshly\ndownloaded copy, or ask for help\non Discord: https://discord.gg/MWxPgEp" + echo "Error #14f: CIA install fail\n \nA CIA (Universal-Updater) failed to install.\n \nAask for help\non Discord: https://discord.gg/MWxPgEp" poweroff end