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

Commit

Permalink
GCP: Cleanup VM install
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed May 20, 2022
1 parent 2237859 commit c57d21b
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 @@ -41,7 +41,7 @@ done
echo "+++ configuring VM"
gcloud compute ssh --zone=$ZONE $NAME@$VM --ssh-flag='-A' <<EOF
sudo apt-get update
sudo apt-get install --yes git python3-pip python3-venv bash-completion spell
sudo DEBIAN_FRONTEND=noninteractive apt-get install --yes git python3-pip python3-venv bash-completion spell
ssh-keyscan ${GITHUB} > .ssh/known_hosts
echo "set enable-bracketed-paste off" > ~/.inputrc
git config --global color.ui auto
Expand Down

0 comments on commit c57d21b

Please sign in to comment.