From 06dc1e277bd0172563cf33a26af4cf33e6767374 Mon Sep 17 00:00:00 2001 From: Bommels05 <69975756+Bommels05@users.noreply.github.com> Date: Thu, 23 Oct 2025 00:33:08 +0200 Subject: [PATCH] Fix encoding --- mini-installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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