SublimePrettyJson/initnexus

16 lines
368 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 下载 unzip RPM 包
wget http://mirror.centos.org/centos/7/os/x86_64/Packages/unzip-6.0-21.el7.x86_64.rpm
# 安装(推荐使用 yum/dnf
sudo yum localinstall unzip-6.0-21.el7.x86_64.rpm
# 验证安装
unzip -v
tar -xzvf git.tar.gz -C /usr/local/
mv /usr/local/git-* /usr/local/git
echo 'export PATH=/usr/local/git/bin:$PATH' >> ~/.bashrc
source ~/.bashrc