quarta-feira, 28 de novembro de 2012

Google Drive disponível para Debian, Ubuntu, Mint!

o Google Drive finalmente está totalmente funcional. Está versão é compatível com as seguintes versões:

    Ubuntu: natty, oneiric, precise and quantal
    Debian: squeeze e lenny
    Linux Mint: lisa e maya

Rode os comandos de acordo com seu sistema operacional.

Ubuntu
echo "deb http://apt.insynchq.com/ubuntu $(lsb_release -cs) non-free" | sudo tee /etc/apt/sources.list.d/insync.list 

Debian
echo "deb http://apt.insynchq.com/debian $(lsb_release -cs) non-free" | sudo tee -a /etc/apt/sources.list 

Linux Mint
echo "deb http://apt.insynchq.com/mint $(lsb_release -cs) non-free" | sudo tee /etc/apt/sources.list.d/insync.list

É preciso importar as chaves gpg:
wget -O - https://d2t3ff60b2tol4.cloudfront.net/services@insynchq.com.gpg.key | sudo apt-key add -
apt-get update


Instale de acordo com seu ambiente gráfico:
Unity: apt-get install insync-beta-ubuntu
 Gnome: apt-get install insync-beta-gnome
Cinnamon: apt-get install insync-beta-cinnamon
KDE 4: apt-get install insync-beta-kde

Fonte: http://www.sempreupdate.com.br/2012/10/google-drive-disponivel-para-debian.html