mirror of
https://github.com/kepler155c/opus
synced 2025-10-13 23:07:41 +00:00
transition to kernel
This commit is contained in:
@@ -18,6 +18,7 @@ kernel.hook('device_attach', function(_, eventData)
|
||||
end)
|
||||
|
||||
if _G.device.wireless_modem then
|
||||
print('waiting for network...')
|
||||
startNetwork()
|
||||
os.pullEvent('network_up')
|
||||
end
|
||||
|
@@ -366,7 +366,6 @@ local function startup()
|
||||
end
|
||||
end
|
||||
|
||||
runDir('sys/services', shell.openHiddenTab)
|
||||
runDir('sys/autorun', shell.run)
|
||||
runDir('usr/autorun', shell.run)
|
||||
|
||||
|
Reference in New Issue
Block a user