diff --git a/mini-installer.lua b/mini-installer.lua index 9587820..83ccd7f 100644 --- a/mini-installer.lua +++ b/mini-installer.lua @@ -14,7 +14,7 @@ shell.run("wget https://git.befatorinc.de/Befator-Computing-Systems/ClientOS/raw --Desktop UI shell.run("wget https://git.befatorinc.de/Befator-Computing-Systems/ClientOS/raw/branch/main/LevelOS/desktop.lua tmp/LevelOS/desktop.lua") --Sonst crash beim anklicken von Uhr oder Start MenĂ¼ shell.run("wget https://git.befatorinc.de/Befator-Computing-Systems/ClientOS/raw/branch/main/LevelOS/assets/Desktop_Icons.limg tmp/LevelOS/assets/Desktop_Icons.limg") --Sonst Crash wie vorher -shell.run("mkdir Program_Files") --Sonst crash wie vorher +--shell.run("mkdir Program_Files") --Sonst crash wie vorher --Core Builtin Programs shell.run("wget https://git.befatorinc.de/Befator-Computing-Systems/ClientOS/raw/branch/main/LevelOS/Task_Manager.lua tmp/LevelOS/Task_Manager.lua") --Sonst freeze beim Task Manager starten shell.run("wget https://git.befatorinc.de/Befator-Computing-Systems/ClientOS/raw/branch/main/LevelOS/Clock.lua tmp/LevelOS/Clock.lua") --Sonst error popup beim klicken auf die Uhr