Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
chvolkmann committed Feb 18, 2021
2 parents 7ab4c88 + ebcfe1a commit 6e95b73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bash/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,16 @@ print ""
mkdir -p "$CODE_CONNECT_INSTALL_DIR/bin"

CODE_CONNECT_PY="$CODE_CONNECT_INSTALL_DIR/bin/code_connect.py"
download-repo-file "functions/code_connect.py" $CODE_CONNECT_PY
download-repo-file "bin/code_connect.py" $CODE_CONNECT_PY
chmod +x "$CODE_CONNECT_PY"

mkdir -p "$CODE_CONNECT_INSTALL_DIR/bin"
mkdir -p "$CODE_CONNECT_INSTALL_DIR/bash"

CODE_SH="$CODE_CONNECT_INSTALL_DIR/bin/code.sh"
CODE_SH="$CODE_CONNECT_INSTALL_DIR/bash/code.sh"
download-repo-file "bash/code.sh" $CODE_SH
chmod +x "$CODE_SH"

CODE_CONNECT_SH="$CODE_CONNECT_INSTALL_DIR/bin/code-connect.sh"
CODE_CONNECT_SH="$CODE_CONNECT_INSTALL_DIR/bash/code-connect.sh"
download-repo-file "bash/code-connect.sh" $CODE_CONNECT_SH
chmod +x "$CODE_CONNECT_SH"

Expand Down

0 comments on commit 6e95b73

Please sign in to comment.