Skip to content

Commit 9a84a53

Browse files
committed
added "..." for asthetics
1 parent dd5e551 commit 9a84a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Programs/Installer.lua‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ for _, data in pairs(program) do
100100
if Langanswer == data2["number"] then
101101
gpu.set(2, ydown, "Downloading "..data["name"].."...")
102102
os.execute("wget -f -Q "..data["link"].." /bin/"..data["filename"])
103-
gpu.set(2, ydown + 1, "Downloading Configuration")
103+
gpu.set(2, ydown + 1, "Downloading Configuration...")
104104
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")
105105
gpu.set(2, ydown + 2, "Downloading profile.lua...")
106106
os.execute("wget -f -Q "..data["autorunlink"].." /etc/profile.lua")

0 commit comments

Comments
 (0)