Fix encoding
All checks were successful
Bommels LevelOS updater / refresh_levelos (push) Successful in 7s

This commit is contained in:
Bommels05 2025-10-23 00:33:08 +02:00
parent 1c24c067f5
commit 06dc1e277b

View File

@ -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