Merge remote-tracking branch 'origin/master-MC1.7.10' into master-MC1.10

This commit is contained in:
payonel 2018-09-27 12:20:41 -07:00
commit 8bbbeefc3b
2 changed files with 1 additions and 7 deletions

View File

@ -1 +1 @@
{fromDir="/data/"}
{label="Network", reboot=true, fromDir="/data/"}

View File

@ -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.")