Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
helloxz committed Feb 27, 2020
1 parent 2bb3c86 commit 2e609e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ccaa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export PATH
function setout(){
if [ -e "/usr/bin/yum" ]
then
yum -y install curl gcc gcc+ make bzip2 gzip wget
yum -y install curl gcc gcc+ make bzip2 gzip wget unzip
else
#更新软件,否则可能make命令无法安装
sudo apt-get update
sudo apt-get install -y curl make bzip2 gzip wget
sudo apt-get install -y curl make bzip2 gzip wget unzip
fi
#创建临时目录
mkdir ./ccaa_tmp
Expand Down

0 comments on commit 2e609e9

Please sign in to comment.