here is a random example: https://github.com/emoncms/vagrant/blob/master/provision/set...
in this particular case (a single apt install call), one would only need lines 1 and 15 of that file
as an extra bonus, I like putting "set -x" (print commands before executing) and maybe "set -e" (stop after first error)
No comments yet.