Update installer.lua

This commit is contained in:
CadenCoaster
2025-10-22 21:26:27 -07:00
committed by GitHub
parent dfe28a97f5
commit cb6ed18e10

View File

@@ -30,5 +30,3 @@ download_to("https://github.com/cadenthecreator/ccde/raw/refs/heads/main/.apps/a
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") download_to("https://github.com/cadenthecreator/ccde/raw/refs/heads/main/.wallpaper.nfp",".wallpaper.nfp")
fs.delete(shell.getRunningProgram())
os.reboot()