Skip to content

Instantly share code, notes, and snippets.

View eddy0215-pro's full-sized avatar

Chosun Geun eddy0215-pro

View GitHub Profile
@eddy0215-pro
eddy0215-pro / install_git_lfs.sh
Last active August 12, 2018 12:08 — forked from show0k/install_git_lfs.sh
Compile and Install git-lfs on Raspberry Pi (with golang compilation)
install_git_lfs()
{
set -e
# Get out if git-lfs is already installed
if $(git-lfs &> /dev/null); then
echo "git-lfs is already installed"
return
fi
wget https://storage.googleapis.com/golang/go1.10.1.linux-armv6l.tar.gz