Skip to content

Commit deda35e

Browse files
committed
fix: Bash installer
1 parent 4976b28 commit deda35e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ _CODE_CONNECT_PY=$(realpath ~)/.code-connect/code_connect.py
55
echo "> Downloading code_connect.py from https://raw.githubusercontent.com/chvolkmann/code-connect/main/functions/code_connect.py"
66
mkdir -p $(dirname $_CODE_CONNECT_PY)
77
wget -q -O "$_CODE_CONNECT_PY" "https://raw.githubusercontent.com/chvolkmann/code-connect/main/functions/code_connect.py"
8+
chmod +x "$_CODE_CONNECT_PY"
89

910
# Add the alias to ~/.bashrc if not already done
1011
if [[ -z $(cat ~/.bashrc | grep "alias code=") ]]; then

0 commit comments

Comments
 (0)