Skip to content

Commit

Permalink
Fixed Typo which broke x86 installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Coralesoft committed Nov 8, 2022
1 parent 3986bda commit 5ea7adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install-cloudflared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
# 2022.8.1 01.08.2022 Updated script to check for packages
# 2022.8.2 03.08.2022 Updated Cloudflared updater
# 2022.9.1 10.09.2022 Added new Cloudflare Web install option
# 2022.11.1 09.11.2022 fixed Typo for x86 installs
#
echo "*******************************************************"
echo "** Installing cloudflared **"
Expand All @@ -29,7 +30,7 @@ echo "** dev@coralesoft.nz **"
echo "** **"
echo "*******************************************************"
echo " "
echo "Script Version: 2022.9.1"
echo "Script Version: 2022.11.1"
echo " "
echo "#############################################################################"
#check machine type
Expand Down

0 comments on commit 5ea7adb

Please sign in to comment.