Skip to content

Instantly share code, notes, and snippets.

@qutek
Created May 13, 2014 11:01
Show Gist options
  • Save qutek/184a3321cf1b55d07ef8 to your computer and use it in GitHub Desktop.
Save qutek/184a3321cf1b55d07ef8 to your computer and use it in GitHub Desktop.
Install Copy Sync Ubuntu
wget https://copy.com/install/linux/Copy.tgz
tar -xvzf Copy.tgz
# optional clean-up
rm Copy.tgz
# If your Ubuntu is Ubuntu 64bits:
cd copy/x86_64
# If your Ubuntu is Ubuntu 32bits:
cd copy/x86
#Then:
sudo ./CopyCmd Overlay install
sudo mkdir /opt/copy
sudo cp -r * /opt/copy
cd ../..
rm -r copy
cd /opt/copy
./CopyAgent &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment