Skip to content

Instantly share code, notes, and snippets.

@bluesku
Last active February 8, 2021 22:23
Show Gist options
  • Save bluesku/6a23116f162ff26552bb5ac3f72d6a8f to your computer and use it in GitHub Desktop.
Save bluesku/6a23116f162ff26552bb5ac3f72d6a8f to your computer and use it in GitHub Desktop.
INSTALATION Megasync
#! /bin/sh
wget https://mega.nz/linux/MEGAsync/xUbuntu_$(lsb_release -rs)/i386/megasync-xUbuntu_$(lsb_release -rs)_i386.deb -O megasync.deb
#wget https://mega.nz/linux/MEGAsync/xUbuntu_$(lsb_release -rs)/i386/nautilus-megasync-xUbuntu_$(lsb_release -rs)_i386.deb -O nautilus-megasync.deb
#Se seu sistema é um Ubuntu de 64 bits, use os comandos abaixo para baixar os pacotes:
#wget https://mega.nz/linux/MEGAsync/xUbuntu_$(lsb_release -rs)/amd64/megasync-xUbuntu_$(lsb_release -rs)_amd64.deb -O megasync.deb
# INSTALATION
dpkg -i megasync.deb
apt install --fix-broken
rm megasync.deb ; echo 'OK megasync.deb deleted! '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment