mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-09 12:42:39 +01:00
НОРМАС
This commit is contained in:
parent
6dca55019f
commit
d7b72036e1
@ -104,8 +104,8 @@ print(" ")
|
||||
|
||||
for i = 1, #applications do
|
||||
if applications[i].preLoadFile then
|
||||
print("Downloading \"" .. fs.name(applications[i].path) .. "\"")
|
||||
getFromGitHubSafely(GitHubUserUrl .. applications[i].paste, applications[i].path)
|
||||
print("Downloading \"" .. fs.name(applications[i].name) .. "\"")
|
||||
getFromGitHubSafely(GitHubUserUrl .. applications[i].url, applications[i].name)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user