Skip to content

Commit

Permalink
2024.11.17 更新shell相关内容,支持epel安装回退和可选是否更新包管理器
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed Nov 17, 2024
1 parent 76a6e09 commit f3e10a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions goecs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ _red() { echo -e "\033[31m\033[01m$@\033[0m"; }
_green() { echo -e "\033[32m\033[01m$@\033[0m"; }
_yellow() { echo -e "\033[33m\033[01m$@\033[0m"; }
_blue() { echo -e "\033[36m\033[01m$@\033[0m"; }
reading() { read -rp "$(_green "$1")" "$2"; }

check_cdn() {
local o_url=$1
Expand Down

0 comments on commit f3e10a9

Please sign in to comment.