Merge pull request #45 from sudhirrs/patch-1

Fix interactive input requested in setup
pull/584/head
Mumshad Mannambeth 2019-11-04 08:25:30 +08:00 committed by GitHub
commit e29cd72810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
apt-get update \
&& apt-get install -y \
apt-transport-https \