Skip to content

Commit

Permalink
优化aws平台上的安装
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Oct 28, 2020
1 parent e7c7f4c commit 30167e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ checkSys() {
fi

# 缺失/usr/local/bin路径时自动添加
[[ -z `echo $PATH|grep /usr/local/bin` ]] && { echo 'export PATH=$PATH:/usr/local/bin' >> /etc/profile; source /etc/profile; }
[[ -z `echo $PATH|grep /usr/local/bin` ]] && { echo 'export PATH=$PATH:/usr/local/bin' >> /etc/bashrc; source /etc/bashrc; }
}

#安装依赖
Expand Down

0 comments on commit 30167e8

Please sign in to comment.