Update installer.lua

This commit is contained in:
CadenCoaster
2025-10-22 20:32:45 -07:00
committed by GitHub
parent 6c7f4c7a1e
commit dfe28a97f5

View File

@@ -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/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/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/.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()