mirror of
https://github.com/S4mpsa/InfOS.git
synced 2025-08-03 18:06:04 -04:00
Bumping version to v0.2.1
This commit is contained in:
parent
eff872373c
commit
9d829867e1
@ -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/InfOS.tar"
|
||||
local InfOS = "https://github.com/gordominossi/InfOS/releases/download/v0.2.1/InfOS.tar"
|
||||
|
||||
shell.setWorkingDirectory("/home")
|
||||
if not shell.resolve("/home/lib") then
|
||||
@ -27,7 +27,8 @@ shell.execute("tar -xf InfOS.tar")
|
||||
shell.execute("rm -f InfOS.tar")
|
||||
|
||||
shell.setWorkingDirectory("/home/")
|
||||
shell.execute("cp -ru InfOS/Libraries lib")
|
||||
shell.execute("rm -rf lib")
|
||||
shell.execute("cp -r InfOS/Libraries lib")
|
||||
shell.execute("rm -f .shrc")
|
||||
shell.execute("cp InfOS/.shrc .shrc")
|
||||
shell.execute("rm -f setup.lua")
|
||||
|
Loading…
x
Reference in New Issue
Block a user