Changin setup to always fetch the latest release

This commit is contained in:
Gabriel Moreira Minossi 2021-01-18 17:42:05 -03:00
parent 886d5fe74b
commit a8e9f54bb2

View File

@ -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