mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-14 11:06:16 +05: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…
Reference in New Issue
Block a user