Disable debian front-end during install

This commit is contained in:
2019-06-20 23:48:09 +01:00
committed by GitHub
parent 5af70e4d01
commit 8d060d9b51

View File

@@ -1,3 +1,6 @@
# start
export DEBIAN_FRONTEND=noninteractive
# apt
sudo apt-get update
sudo apt-get upgrade -y
@@ -8,3 +11,6 @@ echo 'eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)' >>~/.profile
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
sudo apt-get install build-essential
brew install gcc
# cleanup
export DEBIAN_FRONTEND=readline