diff --git a/wall_e_install.sh b/wall_e_install.sh index ec6086c..4843d82 100755 --- a/wall_e_install.sh +++ b/wall_e_install.sh @@ -25,7 +25,7 @@ case "${unameOut}" in /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" echo "homebrew installed successfully" fi - brew install git cmake ninja dfu-util python3 pip + brew install git cmake ninja dfu-util python3 ;; *) echo "Not supported :${unameOut}" esac @@ -56,4 +56,4 @@ if [ ! -d "$HOME/Wall-E" ]; then git clone --recursive https://github.com/SRA-VJTI/Wall-E.git else echo "You have already Cloned Wall-E Repository!" -fi \ No newline at end of file +fi