Fix encoding
All checks were successful
Bommels LevelOS updater / refresh_levelos (push) Successful in 7s
All checks were successful
Bommels LevelOS updater / refresh_levelos (push) Successful in 7s
This commit is contained in:
parent
1c24c067f5
commit
06dc1e277b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user