From a8e9f54bb2127330c7d6c5bbf0f4a0b805ef2bdf Mon Sep 17 00:00:00 2001 From: Gabriel Moreira Minossi Date: Mon, 18 Jan 2021 17:42:05 -0300 Subject: [PATCH] Changin setup to always fetch the latest release --- setup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.lua b/setup.lua index fcf679e..e2e7c15 100644 --- a/setup.lua +++ b/setup.lua @@ -9,7 +9,7 @@ shell.execute("wget -fq " .. tarMan) shell.setWorkingDirectory("/bin") shell.execute("wget -fq " .. tarBin) -local InfOS = "https://github.com/gordominossi/InfOS/releases/download/v0.2.1/InfOS.tar" +local InfOS = "https://github.com/gordominossi/InfOS/releases/latest/download/InfOS.tar" shell.setWorkingDirectory("/home") if not shell.resolve("/home/InfOS") then