Browse Source

[fix] Update htop

lj2007331@gmail.com 4 years ago
parent
commit
665461a7ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/check_download.sh

+ 1 - 1
include/check_download.sh

@@ -754,7 +754,7 @@ checkDownload() {
   if [ "${downloadDepsSrc}" == '1' ]; then
     if [ "${PM}" == 'yum' ]; then
       echo "Download htop for CentOS..."
-      src_url=http://hisham.hm/htop/releases/${htop_ver}/htop-${htop_ver}.tar.gz && Download_src
+      src_url=${mirrorLink}/htop-${htop_ver}.tar.gz && Download_src
     fi
 
     if [ "${CentOS_ver}" == '6' ]; then