Skip to content

Commit

Permalink
Update install-cloudflared.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Coralesoft authored Nov 8, 2022
1 parent d99f4de commit 3986bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-cloudflared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo " "
echo "#############################################################################"
#check machine type
MACHINE_TYPE=$(uname -m)
if [ "$MACHINE_TYPE" = "aarch64" ] || [ "$MACHINE_TYPE" = "X86_64" ]
if [ "$MACHINE_TYPE" = "aarch64" ] || [ "$MACHINE_TYPE" = "x86_64" ] || [ "$MACHINE_TYPE" = "X86_64" ]
then
echo $MACHINE_TYPE" is supported proceeding with install"
else
Expand Down

0 comments on commit 3986bda

Please sign in to comment.