Skip to content

Commit

Permalink
添加crontabs依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Mar 12, 2021
1 parent 3a7981c commit b6aefc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ checkSys() {
#安装依赖
installDependent(){
if [[ ${PACKAGE_MANAGER} == 'dnf' || ${PACKAGE_MANAGER} == 'yum' ]];then
${PACKAGE_MANAGER} install socat bash-completion -y
${PACKAGE_MANAGER} install socat crontabs bash-completion -y
else
${PACKAGE_MANAGER} update
${PACKAGE_MANAGER} install socat bash-completion xz-utils -y
${PACKAGE_MANAGER} install socat cron bash-completion xz-utils -y
fi
}

Expand Down

0 comments on commit b6aefc8

Please sign in to comment.