Merge pull request #45 from sudhirrs/patch-1

Fix interactive input requested in setup
This commit is contained in:
Mumshad Mannambeth
2019-11-04 08:25:30 +08:00
committed by GitHub

View File

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