diff --git a/get b/get index 3c6e9f5..9841052 100644 --- a/get +++ b/get @@ -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)