Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
19
infrastructure/cloudflare/install-cloudflared.sh
Executable file
19
infrastructure/cloudflare/install-cloudflared.sh
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
# Install Cloudflare Tunnel daemon (cloudflared)
|
||||
|
||||
set -e
|
||||
|
||||
echo "========================================="
|
||||
echo "Cloudflare Tunnel Installation"
|
||||
echo "========================================="
|
||||
|
||||
# Download and install cloudflared
|
||||
echo "Downloading cloudflared..."
|
||||
curl -L https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -o /usr/local/bin/cloudflared
|
||||
chmod +x /usr/local/bin/cloudflared
|
||||
|
||||
# Verify installation
|
||||
cloudflared --version
|
||||
|
||||
echo "cloudflared installed successfully."
|
||||
|
||||
Reference in New Issue
Block a user