aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bin/_aws_cli_installer_upgrader.sh
diff options
context:
space:
mode:
authorjason2024-05-21 15:49:51 -0600
committerjason2024-05-21 15:49:51 -0600
commitd261ebbebbb15b2a6110ec20768bc3c54cd80eda (patch)
tree2b173175bc52d64b937af37a9821e07b8cb0dd14 /scripts/bin/_aws_cli_installer_upgrader.sh
parent8f4dab07e0213b345fbb8422fa1c5d7fc445b439 (diff)
downloaddotfiles-d261ebbebbb15b2a6110ec20768bc3c54cd80eda.tar.gz
dotfiles-d261ebbebbb15b2a6110ec20768bc3c54cd80eda.zip
mark aws cli installer as osx only
Diffstat (limited to '')
-rwxr-xr-xscripts/bin/_aws_cli_installer_upgrader.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/bin/_aws_cli_installer_upgrader.sh b/scripts/bin/_aws_cli_installer_upgrader.sh
index 5aeb125..d41d75a 100755
--- a/scripts/bin/_aws_cli_installer_upgrader.sh
+++ b/scripts/bin/_aws_cli_installer_upgrader.sh
@@ -4,6 +4,9 @@
4# This script is duplicated in aws.org notes 4# This script is duplicated in aws.org notes
5# 5#
6 6
7[[ uname != "Darwin" ]] && echo "OSX Only"; exit 1
8
9
7set -x 10set -x
8 11
9INSTALL_DIR=${HOME}/.local 12INSTALL_DIR=${HOME}/.local