Move installation scripts to install/ dir
This commit is contained in:
5
install/packages.sh
Executable file
5
install/packages.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -E -o errexit -o nounset -o pipefail
|
||||
|
||||
cat $LWS/conf/packages.txt | grep -v '^\s*#' | sudo xargs apt-get install -y
|
||||
Reference in New Issue
Block a user