Skip to content

Commit

Permalink
Remove libcurl installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
YadominJinta committed Jun 8, 2019
1 parent 5e592cc commit 045f972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CN/atilo_cn
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function check_for_req()

if [ ! -z "$requirements" ]; then
tips "[ 正在安装依赖项 ]"
pkg install ${requirements} libcurl -y
pkg install ${requirements}
else
pkg install libcurl -y
fi
Expand Down
2 changes: 1 addition & 1 deletion atilo
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function check_for_req()
fi
if [ ! -z "$requirements" ]; then
tips "[ Installing requirements ... ]"
pkg install ${requirements} libcurl -y
pkg install ${requirements}
else
pkg install libcurl -y
fi
Expand Down

0 comments on commit 045f972

Please sign in to comment.