Skip to content

Commit

Permalink
don't require approval on install
Browse files Browse the repository at this point in the history
  • Loading branch information
znmeb committed Oct 14, 2024
1 parent 04a68fb commit 0966d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLAMS-devel/cforth_platformio/1_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export LOGFILE="$PWD/1_setup.log"
rm --force $LOGFILE

echo "Installing python3-pip and python3-venv if necessary"
sudo apt-get install \
sudo apt-get install -y \
python3-pip \
python3-venv \
>> $LOGFILE 2>&1
Expand Down

0 comments on commit 0966d20

Please sign in to comment.