Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
Add bash-completions to make things nice
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Middelkoop authored and Timothy Middelkoop committed Nov 10, 2021
1 parent 034e67c commit b0b82bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gcp-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ done
echo "+++ configuring VM"

gcloud compute ssh --zone=$ZONE $NAME@$VM --ssh-flag='-A' <<EOF
sudo apt install --yes git python3-pip python3-venv
sudo apt install --yes git python3-pip python3-venv bash-completion
ssh-keyscan github.internet2.edu > .ssh/known_hosts
git config --global color.ui auto
git config --global push.default simple
Expand Down

0 comments on commit b0b82bd

Please sign in to comment.