Skip to content

Instantly share code, notes, and snippets.

View chenfanggm's full-sized avatar
👓
Code review is your true love to a coder.

Chen Fang chenfanggm

👓
Code review is your true love to a coder.
View GitHub Profile
#!/usr/bin/env bash
#
# gh-dl-release! It works!
#
# This script downloads an asset from latest or specific Github release of a
# private repo. Feel free to extract more of the variables into command line
# parameters.
#
# PREREQUISITES
#
@chenfanggm
chenfanggm / install-maven-centos.md
Created December 6, 2016 01:11 — forked from skanjo/install-maven-centos.md
Install Apache Maven on CentOS

For the latest download link check the Apache Maven download page:

https://maven.apache.org/download.cgi

Download Apache Maven

cd~
wget "http://mirror.sdunix.com/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz"

Create directory and install