Skip to content

Commit

Permalink
rem sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ktauchathuranga committed Dec 8, 2024
1 parent c8c439a commit db157c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ MAIN_VERSION=$(git fetch origin main && git checkout origin/main -- library.prop
if ! command -v arduino-cli &> /dev/null
then
echo "arduino-cli not found, installing..."
sudo apt-get update
sudo apt-get install -y arduino-cli
apt-get update
apt-get install -y arduino-cli
else
echo "arduino-cli already installed"
fi
Expand Down

0 comments on commit db157c7

Please sign in to comment.