fix: up-to-date package on master branch

This commit is contained in:
Anavrins 2021-02-15 21:28:57 -05:00
parent 65bf756084
commit 2b75fbd1ee
2 changed files with 6 additions and 1 deletions

View File

@ -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 ''

View File

@ -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