Skip to content

Commit

Permalink
chore: improve linux_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Feb 20, 2024
1 parent 27581db commit 5915651
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/linux_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ set -e

# Path is needed for pub global activate
# BOT=true is needed to make flutter/dart not whine about using root user.
RC_FILE="
export PATH=\"\$PATH\":\"$HOME/.pub-cache/bin\"
export BOT=true
"
RC_FILE="export PATH=\"\$PATH\":\"$HOME/.pub-cache/bin\";export BOT=true;"
echo $RC_FILE > $HOME/.zshrc
source $HOME/.zshrc

Expand Down

0 comments on commit 5915651

Please sign in to comment.