diff --git a/env/generic b/env/generic index 75f4d7af7..e5eaefb08 100755 --- a/env/generic +++ b/env/generic @@ -7,7 +7,7 @@ # Install zsh before hand and use 'chsh -s /bin/zsh $(whoami)' function bootstrap() { ( - source <(curl -LSs https://github.com/nathanchance/scripts/raw/master/common) &>/dev/null || return 1 + source <(curl -LSs https://github.com/nathanchance/scripts/raw/main/common) &>/dev/null || return 1 # Get list of packages to be installed # Debian/Ubuntu diff --git a/env/pi b/env/pi index 9856b3095..fe9a26b65 100755 --- a/env/pi +++ b/env/pi @@ -7,7 +7,7 @@ # $ sudo sh -c "apt update && apt install --no-install-recommends -y zsh && chsh -s /bin/zsh pi" function bootstrap() { ( - source <(curl -LSs https://github.com/nathanchance/scripts/raw/master/common) &>/dev/null || return 1 + source <(curl -LSs https://github.com/nathanchance/scripts/raw/main/common) &>/dev/null || return 1 # Get list of packages to be installed # Debian/Ubuntu diff --git a/env/stubs/bldgcc b/env/stubs/bldgcc index 8babbdc29..ffaefeb50 100755 --- a/env/stubs/bldgcc +++ b/env/stubs/bldgcc @@ -7,7 +7,7 @@ # # This can be downloaded and sourced without any of the other scripts in this repo. # -# $ curl -LSsO https://github.com/nathanchance/scripts/raw/master/env/stubs/bldgcc +# $ curl -LSsO https://github.com/nathanchance/scripts/raw/main/env/stubs/bldgcc # # Open the bldgcc file to make sure it matches this one. # diff --git a/env/stubs/deldog b/env/stubs/deldog index 93660d887..05229709c 100755 --- a/env/stubs/deldog +++ b/env/stubs/deldog @@ -3,7 +3,7 @@ # # This can be downloaded and sourced without any of the other scripts in this repo. # -# $ curl -LSsO https://github.com/nathanchance/scripts/raw/master/env/stubs/deldog +# $ curl -LSsO https://github.com/nathanchance/scripts/raw/main/env/stubs/deldog # # Open the deldog file to make sure it matches this one. # diff --git a/env/workstation b/env/workstation index 4517e5ee0..53c9ee466 100755 --- a/env/workstation +++ b/env/workstation @@ -41,9 +41,9 @@ function bootstrap() { ( set -x # Grab common variables - source <(curl -LSs https://github.com/nathanchance/scripts/raw/master/env/stubs/folders) &>/dev/null || return 1 + source <(curl -LSs https://github.com/nathanchance/scripts/raw/main/env/stubs/folders) &>/dev/null || return 1 # Grab common functions - source <(curl -LSs https://github.com/nathanchance/scripts/raw/master/common) &>/dev/null || return 1 + source <(curl -LSs https://github.com/nathanchance/scripts/raw/main/common) &>/dev/null || return 1 # Do not run this as root [[ $(id -u) -eq 0 ]] && die "Do not run bootstrap as root" diff --git a/env/wsl b/env/wsl index 83903f11f..f1b55f5c7 100755 --- a/env/wsl +++ b/env/wsl @@ -56,7 +56,7 @@ function rootstrap() { ( # Requires Keys folder to be available in /mnt/c/Users/natec/Documents function bootstrap() { ( # Grab common functions/variables - source <(curl -LSs https://github.com/nathanchance/scripts/raw/master/common) &>/dev/null + source <(curl -LSs https://github.com/nathanchance/scripts/raw/main/common) &>/dev/null # Do not run this as root [[ $(id -u) -eq 0 ]] && die "Do not run bootstrap as root"