Actuall fix this shit istg

This commit is contained in:
Gvidas Juknevičius 2025-06-02 11:09:07 +03:00
parent 0c52cce698
commit 7d82879218
Signed by: MCorange
GPG Key ID: 5BE6B533CB76FE86
3 changed files with 71 additions and 70 deletions

View File

@ -1 +1 @@
os.run("sh")
shell.run("sh")

View File

@ -1,4 +1,4 @@
local CURRENT_CLIENT_VERSION = "1.0.1.3"
local CURRENT_CLIENT_VERSION = "1.0.1.4"
local INSTALL_PATH = "/"
function http_get(url)

View File

@ -6,6 +6,7 @@
"/slabos.lua": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/slabos.lua",
"/apps.json": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/apps.json",
"/startup.lua": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/startup.lua",
"/base_apps/Shell.lua": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/base_apps/Shell.lua",
"/base_apps/App_Store.lua": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/base_apps/App_Store.lua",
"/base_apps/Updater.lua": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/base_apps/Updater.lua",
"/base_apps/eCash.lua": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/base_apps/eCash.lua",