diff --git a/src/main/resources/assets/opencomputers/loot/network/.prop b/src/main/resources/assets/opencomputers/loot/network/.prop index cea2062f9..5c7c608fc 100644 --- a/src/main/resources/assets/opencomputers/loot/network/.prop +++ b/src/main/resources/assets/opencomputers/loot/network/.prop @@ -1 +1 @@ -{fromDir="/data/"} +{label="Network", reboot=true, fromDir="/data/"} diff --git a/src/main/resources/assets/opencomputers/loot/network/installNetwork.lua b/src/main/resources/assets/opencomputers/loot/network/installNetwork.lua deleted file mode 100644 index 817e3c840..000000000 --- a/src/main/resources/assets/opencomputers/loot/network/installNetwork.lua +++ /dev/null @@ -1,6 +0,0 @@ -local filesystem = require "filesystem" -local shell = require "shell" -local process = require "process" - -shell.execute("install --noboot --nolabelset --name=Network --fromDir=/data/ --from="..filesystem.get(process.running()).address) -print("You must reboot to start network services.")