Browse Source

Revert /bin/bash as it actually worked just fine

tags/v0.3.7rc0
haixuanTao 1 year ago
parent
commit
9bb66e7181
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh View File

@@ -195,7 +195,7 @@ else
echo ""
fi

if [ -z "$BASH" ]; then
if [ "$SHELL" = "/bin/bash" ]; then
if ! grep -q "$dest" ~/.bashrc; then
echo "Adding $dest to PATH in ~/.bashrc"
echo "export PATH=\$PATH:$dest" >> ~/.bashrc


Loading…
Cancel
Save