Files
linux-workspace/install/packages.sh
2024-09-01 16:24:15 +02:00

6 lines
132 B
Bash
Executable File

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