From dfe28a97f54852cedfd259e580be7c144d7472cc Mon Sep 17 00:00:00 2001 From: CadenCoaster <114967401+cadenthecreator@users.noreply.github.com> Date: Wed, 22 Oct 2025 20:32:45 -0700 Subject: [PATCH] Update installer.lua --- installer.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installer.lua b/installer.lua index 24a63c9..16e239e 100644 --- a/installer.lua +++ b/installer.lua @@ -29,3 +29,6 @@ download_to("https://github.com/cadenthecreator/ccde/raw/refs/heads/main/apps/la download_to("https://github.com/cadenthecreator/ccde/raw/refs/heads/main/.apps/adventure.app",".apps/adventure.app") download_to("https://github.com/cadenthecreator/ccde/raw/refs/heads/main/.apps/shell.app",".apps/shell.app") download_to("https://github.com/cadenthecreator/ccde/raw/refs/heads/main/.apps/worm.app",".apps/worm.app") +download_to("https://github.com/cadenthecreator/ccde/raw/refs/heads/main/.wallpaper.nfp",".wallpaper.nfp") +fs.delete(shell.getRunningProgram()) +os.reboot()