How to add multiple PPAs at once:
"for f in ppa:xxxxxx/xxx ppa:xxxxxx/xxx ppa:xxxxxx/xxx; do sudo add-apt-repository $f; done"
Ie.
for f in ppa:webupd8team/java ppa:ricotz/docky ppa:freefilesync/ffs ppa:starws-box/deadbeef-player ppa:rvm/smplayer ppa:libreoffice/libreoffice-4-1 ppa:me-davidsansome/clementine ppa:osmoma/audio-recorder ppa:yorba/ppa; do sudo add-apt-repository $f; done

 

Last edit: Sergio Schneider 2014-06-03