Skip to content

Commit

Permalink
[fix] Update htop
Browse files Browse the repository at this point in the history
  • Loading branch information
bypanelcom committed Nov 7, 2020
1 parent 7ffa3df commit 665461a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/check_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ checkDownload() {
if [ "${downloadDepsSrc}" == '1' ]; then
if [ "${PM}" == 'yum' ]; then
echo "Download htop for CentOS..."
src_url=https://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
Expand Down

0 comments on commit 665461a

Please sign in to comment.