Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 606 Bytes

File metadata and controls

10 lines (7 loc) · 606 Bytes

Cloudflared Install

This repository contains a script to install the Homebrew package manager and the cloudflared package in appdev-projects codespaces.

More specifically, the script:

  1. Installs brew.
  2. Adds Homebrew to your bash configuration file to ensure all future terminals you open can find the brew command.
  3. Installs the cloudflared package with Homebrew.

This script makes assumption about the machine it's being run on so we only guarentee that it runs successfully on GitHub Codespaces.