From 5c76be7fc57a8df09c201df49e4db8727764cf63 Mon Sep 17 00:00:00 2001 From: Vexatos Date: Thu, 12 Jan 2017 20:14:04 +0100 Subject: [PATCH] Just making sure on the paths on OPPM installation. --- src/main/resources/assets/opencomputers/loot/oppm/.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/opencomputers/loot/oppm/.install b/src/main/resources/assets/opencomputers/loot/oppm/.install index c983bdabb..a9c7b6b16 100644 --- a/src/main/resources/assets/opencomputers/loot/oppm/.install +++ b/src/main/resources/assets/opencomputers/loot/oppm/.install @@ -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") return 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("//","/"))