mirror of
https://github.com/S4mpsa/InfOS.git
synced 2025-09-09 15:23:48 -04:00
Changin setup to always fetch the latest release
This commit is contained in:
parent
886d5fe74b
commit
a8e9f54bb2
@ -9,7 +9,7 @@ shell.execute("wget -fq " .. tarMan)
|
|||||||
shell.setWorkingDirectory("/bin")
|
shell.setWorkingDirectory("/bin")
|
||||||
shell.execute("wget -fq " .. tarBin)
|
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")
|
shell.setWorkingDirectory("/home")
|
||||||
if not shell.resolve("/home/InfOS") then
|
if not shell.resolve("/home/InfOS") then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user