1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-23 08:16:59 +00:00
This commit is contained in:
kepler155c@gmail.com
2017-09-24 00:38:14 -04:00
parent bf3875adcb
commit 8cd8ec909c
4 changed files with 14 additions and 19 deletions

View File

@@ -25,7 +25,9 @@ if mounts then
end
end
fs.mount('usr', 'gitfs', 'kepler155c/opus-apps/develop')
pcall(function()
fs.mount('usr', 'gitfs', 'kepler155c/opus-apps/develop')
end)
-- user environment
if not fs.exists('usr/apps') then