Update 3 files
- /home/.chezmoiscripts/universal/run_onchange_after_24-vpn-linux.sh.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_24-vpn-darwin.sh.tmpl - /scripts/src/provision.sh.tmpl
This commit is contained in:
parent
d316c7bcbf
commit
fb5ed79c69
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{{- if (eq .host.distro.family "darwin") -}}
|
||||
#!/usr/bin/env bash
|
||||
# @file home/.chezmoiscripts/universal/run_onchange_after_26-vpn-darwin.sh.tmpl
|
||||
# @file macOS WireGuard Profiles
|
||||
# @brief Installs WireGuard VPN profiles on macOS devices
|
||||
# @description
|
||||
# This script installs WireGuard VPN profiles on macOS. It scans `${XDG_CONFIG_HOME:-$HOME/.config}/vpn` for all the `*.conf` files
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{{- if (eq .host.distro.family "linux") -}}
|
||||
#!/usr/bin/env bash
|
||||
# @file run_onchange_after_26-system-vscode-node-modules.tmpl
|
||||
# @file Linux OpenVPN / WireGuard Profiles
|
||||
# @brief Installs both OpenVPN and WireGuard VPN profiles on Linux devices.
|
||||
# @description
|
||||
# This script installs OpenVPN and WireGuard VPN profiles. It does a few things to install the profiles and make sure
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# @file Quick Start
|
||||
# @file Quick Start Provision Script
|
||||
# @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