Skip to content

Commit

Permalink
download sudo command
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanNanda17 authored Dec 6, 2024
1 parent 6f1dd5a commit f60323d
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 @@ -12,6 +12,7 @@ else
unameOut="$(uname -s)"
case "${unameOut}" in
Linux*)
su -c "apt update && apt install sudo -y"
sudo apt update && sudo apt upgrade -y
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
Expand Down

0 comments on commit f60323d

Please sign in to comment.