mirror of
https://github.com/kepler155c/opus
synced 2025-01-12 16:51:05 +00:00
better startup
This commit is contained in:
parent
f325550de2
commit
c6367c44ae
@ -32,7 +32,9 @@ if not fs.exists('usr/autorun') then
|
||||
fs.makeDir('usr/autorun')
|
||||
end
|
||||
if not fs.exists('usr/etc/fstab') then
|
||||
Util.writeFile('usr/etc/fstab', 'usr gitfs kepler155c/opus-apps/master')
|
||||
local file = io.open('usr/etc/fstab', "w")
|
||||
file:write('usr gitfs kepler155c/opus-apps/master')
|
||||
file:close()
|
||||
end
|
||||
|
||||
local dir = 'sys/extensions'
|
||||
|
Loading…
Reference in New Issue
Block a user