Explorar o código

[fix] Update htop

lj2007331@gmail.com %!s(int64=4) %!d(string=hai) anos
pai
achega
665461a7ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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