mirror of
https://github.com/kepler155c/opus
synced 2025-10-27 13:47:41 +00:00
package manager improvements
This commit is contained in:
@@ -5,12 +5,6 @@ local fs = _G.fs
|
||||
local help = _G.help
|
||||
local shell = _ENV.shell
|
||||
|
||||
if not fs.exists('usr/config/packages') then
|
||||
pcall(function()
|
||||
Packages:downloadList()
|
||||
end)
|
||||
end
|
||||
|
||||
local appPaths = Util.split(shell.path(), '(.-):')
|
||||
local helpPaths = Util.split(help.path(), '(.-):')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user