Skip to content

Instantly share code, notes, and snippets.

@yograf
yograf / box-linux.sh
Created December 6, 2015 08:43 — forked from eladc/box-linux.sh
Mount your Box.com Account Using davfs2
#!/bin/bash
## davfs2 installation and Box.com account configuration script for Linux
## Tested on Ubuntu, Fedora and OpenSuse
## Update 1.032615
## This script must be run as root
if [ ! $UID = 0 ]; then
echo "This script needs super user privileges to run"
echo "run it againg using sudo or login as root"
exit 1