Skip to content

Commit

Permalink
Added user to sudo group
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanNanda17 authored Dec 6, 2024
1 parent f60323d commit e1b0a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wall_e_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +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
sudo usermod -a -G 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 e1b0a19

Please sign in to comment.