From 7a942f177ebceb8ea8970ee85714f04e8f9506c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aliberk=20Sand=C4=B1k=C3=A7=C4=B1?= Date: Thu, 27 Oct 2022 10:53:17 +0300 Subject: [PATCH] Initial commit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5b66153..0b7815d 100755 --- a/install.sh +++ b/install.sh @@ -24,6 +24,6 @@ bash applications.sh EX_PATH="$CUR_HOME"/.vscode/extensions/ mkdir -p "$EX_PATH" cp -r danielpinto8zz6.c-cpp-compile-run-1.0.18 "$EX_PATH" -cd || exit +cd "$CUR_HOME" || exit rm -r tmp_install echo "INSTALLATION SUCCESSFULLY COMPLETED"