adjust url to gitea

This commit is contained in:
Navid Sassan 2023-11-22 23:06:03 +01:00
parent 059a6dcd5a
commit 9316c4a3ae

2
get
View File

@ -14,4 +14,4 @@ end
local file = args[1]
shell.run("rm", file)
shell.run("wget", "https://git.navidsassan.ch/navid.sassan/computercraft/-/raw/master/" .. file, file)
shell.run("wget", "https://git.navidsassan.ch/navid.sassan/computercraft/raw/branch/master/" .. file, file)