aws-cli: Updated the config with tools for saml login

This commit is contained in:
Gregor Bückendorf 2019-05-17 23:07:51 +02:00
parent 373652f6b9
commit 927e0c5407
4 changed files with 32 additions and 7 deletions

View file

@ -32,18 +32,18 @@ if [[ $checksum != $DOTFILES_INSTALL_CHECKSUM ]]; then
echo "Dotfiles: Downloading vim-plug..."
if curl \
--fail \
--location \
--retry 5 \
--retry-delay 1 \
--location \
--retry 5 \
--retry-delay 1 \
--create-dirs \
--progress-bar \
--progress-bar \
--output ~/.local/share/nvim/site/autoload/plug.vim \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
then
echo "Dotfiles: Done"
else
echo "Dotfiles: Error downloading vim-plug"
dotfiles_install_error="yes"
dotfiles_install_error="yes"
fi
fi