Skip to content

Commit 12f6811

Browse files
authored
fix - install script (#73)
1 parent f7697f9 commit 12f6811

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ if [ ! -f "$HOME/.zshrc" ]; then
5555
fi
5656

5757
if [ -f "$HOME/.zshrc" ]; then
58-
echo "export PATH=\"$BINARY_PATH:\$PATH\"" >> "$HOME/.zshrc"
58+
echo "\nexport PATH=\"$BINARY_PATH:\$PATH\"" >> "$HOME/.zshrc"
5959
fi
6060
if [ -f "$HOME/.bashrc" ]; then
61-
echo "export PATH=\"$BINARY_PATH:\$PATH\"" >> "$HOME/.bashrc"
61+
echo "\nexport PATH=\"$BINARY_PATH:\$PATH\"" >> "$HOME/.bashrc"
6262
fi
6363

6464
"${BINARY_PATH}/${FILE_BASENAME}" welcome -i -o="$OS" -m="curl" -v="$VERSION" -a="$ARCH"

0 commit comments

Comments
 (0)