Skip to content
This repository was archived by the owner on May 24, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function install_toolchain() {
fi
if ! platformio --version &>/dev/null; then
echo 'Installing platformio...'
pip install platformio
pip2.7 install platformio
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this will work for everyone.

fi
if ! [[ -d "${INSTALL_DIR}" ]]; then
mkdir "${INSTALL_DIR}"
Expand Down