diff --git a/sys/apps/shell.lua b/sys/apps/shell.lua index 9672d6d..a08e0b0 100644 --- a/sys/apps/shell.lua +++ b/sys/apps/shell.lua @@ -612,6 +612,11 @@ local function shellRead(history) end end + elseif ie.code == 'control-l' then + term.clear() + term.setCursorPos(1, 0) -- Y:0 ? + break + else entry:process(ie) entry.value = entry.value or '' diff --git a/sys/modules/opus/packages.lua b/sys/modules/opus/packages.lua index 8b0f5e1..446e1ba 100644 --- a/sys/modules/opus/packages.lua +++ b/sys/modules/opus/packages.lua @@ -57,7 +57,7 @@ end function Packages:downloadList() local packages = { [ '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