Skip to content

Commit

Permalink
auto yes
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanNanda17 authored Dec 6, 2024
1 parent ca86fda commit 95249b5
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 @@ -17,7 +17,7 @@ case "${unameOut}" in
which sudo
sudo usermod -aG dialout $USER || echo "Failed to add user to dialout group"
sudo apt install git wget flex bison gperf python3 python3-pip python3-setuptools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 -y
sudo apt install python3-venv
sudo apt install python3-venv -y
;;
Darwin*)
if brew --version | grep -q 'Homebrew'; then
Expand Down

0 comments on commit 95249b5

Please sign in to comment.