Skip to content

Commit

Permalink
Fixes #6 Does Not Install paths.sh to the Bash Shell
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverspryn authored Mar 3, 2020
1 parent df34944 commit 551b76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/install-paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source "$installDestination/paths.sh"
touch $HOME/.bash_profile
echo "" >> $HOME/.bash_profile
echo "# Android development environment modifications" >> $HOME/.bash_profile
echo "source $installDestination/path.sh" >> $HOME/.bash_profile
echo "source $installDestination/paths.sh" >> $HOME/.bash_profile
echo "Installed into the Bash shell"

# Install to Zsh
Expand Down

0 comments on commit 551b76c

Please sign in to comment.