mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-13 01:10:19 -04:00
Just making sure on the paths on OPPM installation.
This commit is contained in:
parent
790f5976b9
commit
5c76be7fc5
@ -5,4 +5,4 @@ if install.update then
|
|||||||
io.stderr:write("Please run 'oppm update oppm' from an installed version\nof this program to update oppm.\n")
|
io.stderr:write("Please run 'oppm update oppm' from an installed version\nof this program to update oppm.\n")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
os.execute(install.from .. "usr/bin/oppm install --iKnowWhatIAmDoing -f oppm " .. install.to:gsub("//","/") .. install.root)
|
os.execute(install.from:gsub("//","/") .. "usr/bin/oppm install --iKnowWhatIAmDoing -f oppm " .. install.to:gsub("//","/") .. install.root:gsub("//","/"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user