소스 검색

[fix] Update htop

lj2007331@gmail.com 4 년 전
부모
커밋
665461a7ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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