sqlitebrowser added by ppa
This commit is contained in:
parent
017f66186e
commit
e835f17491
1 changed files with 10 additions and 1 deletions
|
@ -366,6 +366,7 @@ jedi;npm;dev;jedi
|
|||
beautysh;pip;dev;beautysh
|
||||
retext;pip;dev;retext
|
||||
mycli;pip;dev;mycli
|
||||
sqlitebrowser;apt;dev;sqlitebrowser
|
||||
npm;apt;javascript;npm
|
||||
nodejs;apt;javascript;nodejs8lts
|
||||
javascript-common;apt;javascript;javascript-common
|
||||
|
@ -459,7 +460,15 @@ nodejs8lts;addRepo_NodeLts8
|
|||
telegram;addRepo_Telegram
|
||||
skypeforlinux;addRepo_SkypeForLinux
|
||||
shotwell;addRepo_Shotwell
|
||||
peek;addRepo_Peek"
|
||||
peek;addRepo_Peek
|
||||
sqlitebrowser;addRepo_SQLiteBrowser"
|
||||
|
||||
#
|
||||
# SQLiteBrowser
|
||||
#
|
||||
function addRepo_SQLiteBrowser () {
|
||||
addPPA "ppa:linuxgndu/sqlitebrowser"
|
||||
}
|
||||
|
||||
#
|
||||
# Peek
|
||||
|
|
Loading…
Reference in a new issue