Skip to content

Instantly share code, notes, and snippets.

@matthewcosgrove
Last active December 18, 2018 09:10
Show Gist options
  • Save matthewcosgrove/3dc85917b4f754c5f2bf8d4586c80dfd to your computer and use it in GitHub Desktop.
Save matthewcosgrove/3dc85917b4f754c5f2bf8d4586c80dfd to your computer and use it in GitHub Desktop.
Dropbox wrapper bootstrapping for ext4 issues
#!/usr/bin/env bash
sudo apt-get update
sudo apt install git build-essential python
pushd ~ > /dev/null
git clone https://github.com/dark/dropbox-filesystem-fix.git
pushd ~/dropbox-filesystem-fix > /dev/null
make
popd > /dev/null
wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
popd > /dev/null
sudo chmod +x ~/dropbox-filesystem-fix/dropbox_start.py
~/dropbox-filesystem-fix/dropbox_start.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment