From 9316c4a3ae367b8505db28a7454e498adc80ba1a Mon Sep 17 00:00:00 2001 From: Navid Sassan Date: Wed, 22 Nov 2023 23:06:03 +0100 Subject: [PATCH] adjust url to gitea --- get | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)