mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 03:05:30 -04:00
network loot disk installed via install
only
The previous network installer was from legacy days, the new install tool provides the reboot options it was meant to have closes #2472
This commit is contained in:
parent
bf9eae1be9
commit
6adad2adbe
@ -1 +1 @@
|
||||
{fromDir="/data/"}
|
||||
{label="Network", reboot=true, fromDir="/data/"}
|
||||
|
@ -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.")
|
Loading…
x
Reference in New Issue
Block a user