Modèle:InstallPPA : Différence entre versions
De Asso Val Libre
| Ligne 2 : | Ligne 2 : | ||
add-apt-repository -y '{{{PPA}}}' ; apt-get update ; apt-get install {{{DEB}}} | add-apt-repository -y '{{{PPA}}}' ; apt-get update ; apt-get install {{{DEB}}} | ||
| + | |||
| + | [[Catégory:PPA]] | ||
Version du 16 octobre 2013 à 21:45
- Installation via PPA
add-apt-repository -y '{{{PPA}}}' ; apt-get update ; apt-get install {{{DEB}}}