Force yes for 'apt-get install git'

This commit is contained in:
xdrm-brackets 2017-01-26 10:18:55 +01:00
parent f50b334749
commit 166ef15522
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ echo "$RANDOM_PASS\n$RANDOM_PASS\n" | sudo passwd pi;
sudo systemctl start ssh; sudo systemctl start ssh;
# [4] Try to install necessary packages # [4] Try to install necessary packages
sudo apt-get install git; sudo apt-get -y install git;