Update 6 files
- /scripts/src/homebrew.sh.tmpl - /scripts/src/cloudflared-ssh.sh.tmpl - /scripts/src/provision.sh.tmpl - /scripts/provision.sh - /scripts/homebrew.sh - /scripts/cloudflared-ssh.sh
This commit is contained in:
parent
973f3dd7d4
commit
171077b101
6 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# @file scripts/cloudflared-ssh.sh
|
||||
# @file CloudFlare SSO SSH Tunnel Setup
|
||||
# @brief Installs and configures cloudflared for short-lived SSH certificates authenticated via SSO
|
||||
# @description
|
||||
# This script ensures Homebrew is installed and then uses Homebrew to ensure `cloudflared` is installed.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# @file scripts/homebrew.sh
|
||||
# @file Homebrew Install
|
||||
# @brief Installs Homebrew on macOS and / or Linux.
|
||||
# @description
|
||||
# This script installs Homebrew on macOS and/or Linux machines. The script:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# @file scripts/provision.sh
|
||||
# @file Quick Start
|
||||
# @brief Main entry point for Install Doctor that ensures Homebrew and a few dependencies are installed before cloning the repository and running Chezmoi.
|
||||
# @description
|
||||
# This script ensures Homebrew is installed and then installs a few dependencies that Install Doctor relies on.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# @file scripts/cloudflared-ssh.sh
|
||||
# @file CloudFlare SSO SSH Tunnel Setup
|
||||
# @brief Installs and configures cloudflared for short-lived SSH certificates authenticated via SSO
|
||||
# @description
|
||||
# This script ensures Homebrew is installed and then uses Homebrew to ensure `cloudflared` is installed.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# @file scripts/homebrew.sh
|
||||
# @file Homebrew Install
|
||||
# @brief Installs Homebrew on macOS and / or Linux.
|
||||
# @description
|
||||
# This script installs Homebrew on macOS and/or Linux machines. The script:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# @file scripts/provision.sh
|
||||
# @file Quick Start
|
||||
# @brief Main entry point for Install Doctor that ensures Homebrew and a few dependencies are installed before cloning the repository and running Chezmoi.
|
||||
# @description
|
||||
# This script ensures Homebrew is installed and then installs a few dependencies that Install Doctor relies on.
|
||||
|
|
Loading…
Reference in a new issue