Skip to content

Commit 5e963cd

Browse files
authored
added --yes option to apt-get installs
1 parent 7953002 commit 5e963cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install_script_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ else
4848
fi
4949

5050
cd $PIHOME/$DEXTER/$LIB/$DEXTER/$SCRIPT
51-
sudo apt-get install build-essential libi2c-dev i2c-tools python-dev libffi-dev
51+
sudo apt-get install build-essential libi2c-dev i2c-tools python-dev libffi-dev -y
5252
python autodetect_setup.py install
5353

5454
popd > /dev/null

0 commit comments

Comments
 (0)