Created
May 13, 2014 11:01
-
-
Save qutek/184a3321cf1b55d07ef8 to your computer and use it in GitHub Desktop.
Install Copy Sync Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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