Skip to content

Commit

Permalink
_sudo changes to sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanNanda17 authored Dec 6, 2024
1 parent 3af84d4 commit 6f1dd5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wall_e_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ else
unameOut="$(uname -s)"
case "${unameOut}" in
Linux*)
_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
_sudo apt install python3-venv
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
sudo apt install python3-venv
;;
Darwin*)
if brew --version | grep -q 'Homebrew'; then
Expand Down

0 comments on commit 6f1dd5a

Please sign in to comment.