From 2c98e24e2d967615cc5ce4e433ac153d849635ad Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Fri, 18 Sep 2020 12:40:54 -0700 Subject: [PATCH] (experiment) get out of vscode --- prepare_vscode.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prepare_vscode.sh b/prepare_vscode.sh index 479c5ba..0131944 100755 --- a/prepare_vscode.sh +++ b/prepare_vscode.sh @@ -75,3 +75,5 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then # we need to edit a line in the post install template sed -i "s/code-oss/codium/" resources/linux/debian/postinst.template fi + +cd ..