Skip to content

Commit f6cb996

Browse files
Update setupPackages.sh
1 parent acd94fe commit f6cb996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setupPackages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020

2121
sudo apt install -y git python3-pip pyserial libncurses5 libpython2.7 mesa-utils openshot-qt python3-openshot ssh net-tools build-essential curl wget inkscape docker.io libfuse2 nodejs npm sssd-ad sssd-tools realmd adcli krita obs-studio godot3 google-chrome-stable
2222
sudo apt purge -y modemmanager scratch brltty
23-
pip install pyserial
23+
sudo pip install pyserial
2424
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
2525

2626
echo "AD enromlment success!"

0 commit comments

Comments
 (0)