diff --git a/src/main/resources/assets/opencomputers/loot/Network/installNetwork.lua b/src/main/resources/assets/opencomputers/loot/Network/installNetwork.lua index 323b859b4..817e3c840 100644 --- a/src/main/resources/assets/opencomputers/loot/Network/installNetwork.lua +++ b/src/main/resources/assets/opencomputers/loot/Network/installNetwork.lua @@ -1,8 +1,6 @@ local filesystem = require "filesystem" local shell = require "shell" local process = require "process" -print("installNetwork") -local status, installDir = shell.execute("install --noboot --nolabelset --name=Network --fromDir=/data/ --from="..filesystem.get(process.running()).address) - -print("You must reboot to start network services") +shell.execute("install --noboot --nolabelset --name=Network --fromDir=/data/ --from="..filesystem.get(process.running()).address) +print("You must reboot to start network services.") diff --git a/src/main/resources/assets/opencomputers/loot/OpenOS/bin/install.lua b/src/main/resources/assets/opencomputers/loot/OpenOS/bin/install.lua index dc94e2750..86eb302ab 100644 --- a/src/main/resources/assets/opencomputers/loot/OpenOS/bin/install.lua +++ b/src/main/resources/assets/opencomputers/loot/OpenOS/bin/install.lua @@ -68,6 +68,3 @@ if not options.noreboot then end end print("Returning to shell.") -return "/mnt/" .. origin .. "/" - -