Skip to content

Commit

Permalink
Update wall_e_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanNanda17 authored Dec 6, 2024
1 parent f6edba8 commit 514a302
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 @@ -14,7 +14,7 @@ case "${unameOut}" in
Linux*)
su -c "apt update && apt install sudo -y"
sudo apt update && sudo apt upgrade -y
sudo usermod -aG sudo $USER
which sudo
sudo usermod -aG dialout $USER
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
Expand Down

0 comments on commit 514a302

Please sign in to comment.