There was an error while loading. Please reload this page.
1 parent dd5e551 commit 9a84a53Copy full SHA for 9a84a53
Programs/Installer.lua
@@ -100,7 +100,7 @@ for _, data in pairs(program) do
100
if Langanswer == data2["number"] then
101
gpu.set(2, ydown, "Downloading "..data["name"].."...")
102
os.execute("wget -f -Q "..data["link"].." /bin/"..data["filename"])
103
- gpu.set(2, ydown + 1, "Downloading Configuration")
+ gpu.set(2, ydown + 1, "Downloading Configuration...")
104
os.execute("wget -f -Q " .. "https://raw.githubusercontent.com/Agent-Husky/OC-Smart-Home/publish-code/Programs/Configurations/" .. data.name .. "/" .. data2["link"].. " /home/" .. data.name .. "conf.lua")
105
gpu.set(2, ydown + 2, "Downloading profile.lua...")
106
os.execute("wget -f -Q "..data["autorunlink"].." /etc/profile.lua")
0 commit comments