Skip to content

Commit

Permalink
version changed from 5.1.2 to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanNanda17 committed Nov 2, 2024
1 parent 679effb commit 3af84d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wall_e_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ esac

# Check if installation is successful
. $HOME/esp/esp-idf/export.sh
idf.py --version | (grep "v5.1.2" && echo "Installation successful! Please restart your computer for the changes to take effect.") \
idf.py --version | (grep "v5.1" && echo "Installation successful! Please restart your computer for the changes to take effect.") \
|| (echo "Installation failed" && exit 1)
# Set IDF Alias
echo "alias get_idf='. $HOME/esp/esp-idf/export.sh'" >> $HOME/."$_shell_"rc
Expand Down

0 comments on commit 3af84d4

Please sign in to comment.