Skip to content

Commit

Permalink
# v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo authored Jan 17, 2018
1 parent 81eb27b commit 3de2322
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions aria2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ export PATH
#=================================================
# System Required: CentOS/Debian/Ubuntu
# Description: Aria2
# Version: 1.1.0
# Version: 1.1.1
# Author: Toyo
# Blog: https://doub.io/shell-jc4/
#=================================================
sh_ver="1.1.0"
sh_ver="1.1.1"
file="/root/.aria2"
aria2_conf="/root/.aria2/aria2.conf"
aria2_log="/root/.aria2/aria2.log"
Expand Down Expand Up @@ -107,9 +107,10 @@ Installation_dependency(){
if [[ ${release} = "centos" ]]; then
yum update
yum -y groupinstall "Development Tools"
yum install vim -y
else
apt-get update
apt-get install build-essential -y
apt-get install vim build-essential -y
fi
}
Install_aria2(){
Expand Down

0 comments on commit 3de2322

Please sign in to comment.