#!/bin/bash set -E -o errexit -o nounset -o pipefail cat $LWS/conf/packages.txt | grep -v '^\s*#' | sudo xargs apt-get install -y