updated install script references

pull/16/head
Hari Sekhon 8 months ago
parent 25fd447937
commit e31773e73e

@ -38,7 +38,7 @@ fi
#sudo setmixer -V pcm 100 #sudo setmixer -V pcm 100
# ============================================================================ # # ============================================================================ #
# This should be automatically added to ~/.bash_profile when you install SDKman (setup/install_sdkman.sh): # This should be automatically added to ~/.bash_profile when you install SDKman (install/install_sdkman.sh):
# #
##THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!! ##THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
#export SDKMAN_DIR="/Users/hari.sekhon/.sdkman" #export SDKMAN_DIR="/Users/hari.sekhon/.sdkman"

@ -211,7 +211,7 @@ npm-desktop: npm
.PHONY: aws .PHONY: aws
aws: system-packages python-version aws: system-packages python-version
@if ! command -v aws; then setup/install_aws_cli.sh; fi @if ! command -v aws; then install/install_aws_cli.sh; fi
@# needed for github_mirror_repos_to_aws_codecommit.sh and dependent GitHub Actions workflows @# needed for github_mirror_repos_to_aws_codecommit.sh and dependent GitHub Actions workflows
@grep '^git-remote-codecommit' requirements.txt | PIP=$(PIP) ./python/python_pip_install_if_absent.sh || : @grep '^git-remote-codecommit' requirements.txt | PIP=$(PIP) ./python/python_pip_install_if_absent.sh || :
@ -222,7 +222,7 @@ aws-shell:
.PHONY: azure .PHONY: azure
azure: system-packages azure: system-packages
@setup/install_azure_cli.sh @install/install_azure_cli.sh
.PHONY: azure-shell .PHONY: azure-shell
azure-shell: link azure-shell: link
@ -243,14 +243,14 @@ github-cli: ~/bin/gh
@: @:
~/bin/gh: ~/bin/gh:
setup/install_github_cli.sh install/install_github_cli.sh
.PHONY: .PHONY:
digital-ocean: ~/bin/doctl digital-ocean: ~/bin/doctl
@: @:
~/bin/doctl: ~/bin/doctl:
setup/install_doctl.sh install/install_doctl.sh
.PHONY: kubernetes .PHONY: kubernetes
kubernetes: kubectl kustomize kubernetes: kubectl kustomize
@ -265,21 +265,21 @@ kubectl: ~/bin/kubectl
@: @:
~/bin/kubectl: ~/bin/kubectl:
setup/install_kubectl.sh install/install_kubectl.sh
.PHONY: kustomize .PHONY: kustomize
kustomize: ~/bin/kustomize kustomize: ~/bin/kustomize
@: @:
~/bin/kustomize: ~/bin/kustomize:
setup/install_kustomize.sh install/install_kustomize.sh
.PHONY: vim .PHONY: vim
vim: ~/.vim/bundle/Vundle.vim vim: ~/.vim/bundle/Vundle.vim
@: @:
~/.vim/bundle/Vundle.vim: ~/.vim/bundle/Vundle.vim:
setup/install_vundle.sh install/install_vundle.sh
.PHONY: tmux .PHONY: tmux
tmux: ~/.tmux/plugins/tpm ~/.tmux/plugins/kube.tmux tmux: ~/.tmux/plugins/tpm ~/.tmux/plugins/kube.tmux

@ -262,7 +262,7 @@ environment,
CI detection ([Travis CI](https://travis-ci.org/), [Jenkins](https://jenkins.io/) etc), CI detection ([Travis CI](https://travis-ci.org/), [Jenkins](https://jenkins.io/) etc),
port and HTTP url availability content checks etc. port and HTTP url availability content checks etc.
Sourced from all my other [GitHub repos](https://github.com/harisekhon) to make setting up Dockerized tests easier. Sourced from all my other [GitHub repos](https://github.com/harisekhon) to make setting up Dockerized tests easier.
- `setup/install_*.sh` - various simple to use installation scripts for common technologies like - `install/install_*.sh` - various simple to use installation scripts for common technologies like
[AWS CLI](https://aws.amazon.com/cli/), [AWS CLI](https://aws.amazon.com/cli/),
[Azure CLI](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest), [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest),
[GCloud SDK](https://cloud.google.com/sdk), [GCloud SDK](https://cloud.google.com/sdk),
@ -1031,7 +1031,7 @@ etc.
`bin/`, `pingdom/`, `terraform/` directories: `bin/`, `pingdom/`, `terraform/` directories:
- `digital_ocean_api.sh` / `doapi.sh` - queries the [Digital Ocean](https://www.digitalocean.com/) API with authentication - `digital_ocean_api.sh` / `doapi.sh` - queries the [Digital Ocean](https://www.digitalocean.com/) API with authentication
- see also the Digital Ocean CLI `doctl` (`setup/install_doctl.sh`) - see also the Digital Ocean CLI `doctl` (`install/install_doctl.sh`)
- `atlassian_ip_ranges.sh` - lists [Atlassian](https://www.atlassian.com/)'s IPv4 and/or IPv6 cidr ranges via its API - `atlassian_ip_ranges.sh` - lists [Atlassian](https://www.atlassian.com/)'s IPv4 and/or IPv6 cidr ranges via its API
- `circleci_public_ips.sh` - lists [CircleCI](https://circleci.com) public IP addresses via dnsjson.com - `circleci_public_ips.sh` - lists [CircleCI](https://circleci.com) public IP addresses via dnsjson.com
- `cloudflare_*.sh` - [Cloudflare](https://www.cloudflare.com/) API queries and reports: - `cloudflare_*.sh` - [Cloudflare](https://www.cloudflare.com/) API queries and reports:

@ -76,7 +76,7 @@ fi
# D o c k e r # D o c k e r
# ============================================================================ # # ============================================================================ #
# only necessary for Docker, installed agent will have config file containing this token from setup/install_buildkite.sh # only necessary for Docker, installed agent will have config file containing this token from install/install_buildkite.sh
check_env_defined BUILDKITE_AGENT_TOKEN check_env_defined BUILDKITE_AGENT_TOKEN
# latest, alpine, centos, ubuntu, stable, stable-latest, stable-ubuntu etc - see dockerhub_show_tags.py from adjacent DevOps Python tools repo # latest, alpine, centos, ubuntu, stable, stable-latest, stable-ubuntu etc - see dockerhub_show_tags.py from adjacent DevOps Python tools repo

@ -65,7 +65,7 @@ Examples:
See Also: See Also:
setup/install_octo.sh - Installs the Octopus Deploy CLI install/install_octo.sh - Installs the Octopus Deploy CLI
" "
# used by usage() in lib/utils.sh # used by usage() in lib/utils.sh

@ -28,7 +28,7 @@ If the release file is a tarball or zip file then it'll auto-unpack it, but you
If version is not specified, determine the latest release and installs that If version is not specified, determine the latest release and installs that
If the release URL title/path is more complicated than the convention of following the version number, such as is the case for Kustomize, then you'd need to call install_binary.sh with the URL path instead of using this script, see setup/install_kustomize.sh If the release URL title/path is more complicated than the convention of following the version number, such as is the case for Kustomize, then you'd need to call install_binary.sh with the URL path instead of using this script, see install/install_kustomize.sh
" "
# used by usage() in lib/utils.sh # used by usage() in lib/utils.sh

@ -29,7 +29,7 @@ If the release file is a tarball or zip file then it'll auto-unpack it, but you
If version is not specified, determine the latest release and installs that If version is not specified, determine the latest release and installs that
If the release URL title/path is more complicated than the convention of following the version number, such as is the case for Kustomize, then you'd need to call install_binary.sh with the URL path instead of using this script, see setup/install_kustomize.sh If the release URL title/path is more complicated than the convention of following the version number, such as is the case for Kustomize, then you'd need to call install_binary.sh with the URL path instead of using this script, see install/install_kustomize.sh
" "
# used by usage() in lib/utils.sh # used by usage() in lib/utils.sh

@ -262,7 +262,7 @@ zsh
# runtime only # runtime only
#groovy #groovy
# GDK - use SDKMan instead (setup/install_sdkman.sh) # GDK - use SDKMan instead (install/install_sdkman.sh)
#groovysdk #groovysdk
# done by SDKMan now # done by SDKMan now
#maven #maven

Loading…
Cancel
Save