mirror of
https://github.com/kepler155c/opus
synced 2024-12-29 01:50:27 +00:00
fix: up-to-date package on master branch
This commit is contained in:
parent
65bf756084
commit
2b75fbd1ee
@ -612,6 +612,11 @@ local function shellRead(history)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
elseif ie.code == 'control-l' then
|
||||||
|
term.clear()
|
||||||
|
term.setCursorPos(1, 0) -- Y:0 ?
|
||||||
|
break
|
||||||
|
|
||||||
else
|
else
|
||||||
entry:process(ie)
|
entry:process(ie)
|
||||||
entry.value = entry.value or ''
|
entry.value = entry.value or ''
|
||||||
|
@ -57,7 +57,7 @@ end
|
|||||||
function Packages:downloadList()
|
function Packages:downloadList()
|
||||||
local packages = {
|
local packages = {
|
||||||
[ 'develop-1.8' ] = 'https://raw.githubusercontent.com/kepler155c/opus-apps/develop-1.8/packages.list',
|
[ 'develop-1.8' ] = 'https://raw.githubusercontent.com/kepler155c/opus-apps/develop-1.8/packages.list',
|
||||||
[ 'master-1.8' ] = 'https://pastebin.com/raw/pexZpAxt',
|
[ 'master-1.8' ] = 'https://raw.githubusercontent.com/kepler155c/opus-apps/master-1.8/packages.list',
|
||||||
}
|
}
|
||||||
|
|
||||||
if packages[_G.OPUS_BRANCH] then
|
if packages[_G.OPUS_BRANCH] then
|
||||||
|
Loading…
Reference in New Issue
Block a user