From c57d21b88a9ced8d451e349208596edef743d51a Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Fri, 20 May 2022 12:13:35 -0500 Subject: [PATCH] GCP: Cleanup VM install --- scripts/gcp-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gcp-create.sh b/scripts/gcp-create.sh index 1a62094..2d7f8de 100755 --- a/scripts/gcp-create.sh +++ b/scripts/gcp-create.sh @@ -41,7 +41,7 @@ done echo "+++ configuring VM" gcloud compute ssh --zone=$ZONE $NAME@$VM --ssh-flag='-A' < .ssh/known_hosts echo "set enable-bracketed-paste off" > ~/.inputrc git config --global color.ui auto