Skip to content

Instantly share code, notes, and snippets.

View shtse8's full-sized avatar
🎯
Focusing

Kyle Tse shtse8

🎯
Focusing
View GitHub Profile
@shtse8
shtse8 / box-linux.sh
Created January 6, 2016 06:08 — 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