diff --git a/install.lua b/install.lua index 7a8fa28..f630088 100644 --- a/install.lua +++ b/install.lua @@ -13,7 +13,6 @@ function download_lua(remote_path, local_path) file = fs.open(local_path, "w") file.write(response.readAll()) file.close() - end else io.write("Failed to update " .. program_name .. ".lua\n") io.write(response)