From e1b0a19586cbce9dd62704529ef64fbb7562962e Mon Sep 17 00:00:00 2001 From: ARYAN NANDA <125150482+AryanNanda17@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:59:49 +0530 Subject: [PATCH] Added user to sudo group --- wall_e_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/wall_e_install.sh b/wall_e_install.sh index 537e045..5e8be4c 100755 --- a/wall_e_install.sh +++ b/wall_e_install.sh @@ -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