Created
July 4, 2014 20:40
-
-
Save asimzeeshan/b123f1e93df6264d9452 to your computer and use it in GitHub Desktop.
Install Dropbox in ArchLinux
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
| # ============================================================ | |
| # Author: Asim Zeeshan | |
| # Web: http://asim.pk | |
| # ============================================================ | |
| # Lets Begin! | |
| cd /usr/src | |
| # ============================================================ | |
| # Get the URL from https://aur.archlinux.org/packages/dropbox/ | |
| # ============================================================ | |
| sudo wget https://aur.archlinux.org/packages/dr/dropbox/dropbox.tar.gz | |
| sudo tar zxf dropbox.tar.gz | |
| cd dropbox | |
| sudo makepkg -s --asroot | |
| # ============================================================ | |
| # be very careful about next step because this may be different | |
| # ============================================================ | |
| sudo pacman -U dropbox-2.8.4-1-x86_64.pkg.tar.xz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment