Skip to content

Instantly share code, notes, and snippets.

@mcollier
Last active January 6, 2018 20:01
Show Gist options
  • Save mcollier/1ec98ff4320d32985e3b1c0c1ce116ce to your computer and use it in GitHub Desktop.
Save mcollier/1ec98ff4320d32985e3b1c0c1ce116ce to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "installing packages"
until apt-get -y update && apt-get install -y aptdcon
do
sleep 2
done
yes | aptdcon --hide-terminal --refresh
yes | aptdcon --hide-terminal --install openjdk-9-jre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment