Lutris added by PPA
This commit is contained in:
parent
f332b0bf8f
commit
398a2ea680
2 changed files with 11 additions and 2 deletions
|
@ -218,6 +218,7 @@ virtualenv;pip;python;virtualenv
|
|||
pipenv;pip;python;pipenv
|
||||
jstest-gtk;apt;games;jstest-gtk
|
||||
dosbox;apt;games;dosbox
|
||||
lutris;apt;games;lutris
|
||||
steam;apt;steam;steam
|
||||
brasero;apt;burningtools;brasero
|
||||
k3b;apt;burningtools;k3b
|
||||
|
@ -562,7 +563,15 @@ picard;addRepo_Picard
|
|||
birdtray;addRepo_Linuxuprising
|
||||
pdfarranger;addRepo_Linuxuprising
|
||||
kdenlive;addRepo_KDEnlive
|
||||
megasync;addRepo_MEGA"
|
||||
megasync;addRepo_MEGA
|
||||
lutris;addRepo_Lutris"
|
||||
|
||||
#
|
||||
# Lutris
|
||||
#
|
||||
function addRepo_Lutris () {
|
||||
addPPA ppa:lutris-team/lutris
|
||||
}
|
||||
|
||||
#
|
||||
# MEGASync
|
||||
|
|
2
vars.sh
2
vars.sh
|
@ -13,7 +13,7 @@
|
|||
#
|
||||
# app version number
|
||||
#
|
||||
version="0.5.0-b20"
|
||||
version="0.5.0-b21"
|
||||
|
||||
#
|
||||
# myHomedir is used in full paths to the homedir
|
||||
|
|
Loading…
Reference in a new issue