Remove prompt on apt-get

This commit is contained in:
F5OEO 2016-08-27 13:28:33 +00:00
parent bb06fd1e69
commit 5e6ab3dc4a
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
echo Install rpitx - some package need internet connexion -
sudo apt-get update
sudo apt-get install libsndfile1-dev
sudo apt-get install imagemagick
sudo apt-get install -y libsndfile1-dev
sudo apt-get install -y imagemagick
sudo mknod /dev/rpidatv-mb c 100 0
cd src
make -j4