This commit is contained in:
2019-10-04 09:02:55 -07:00
parent d9f759a43c
commit 0017b4ec4a
8 changed files with 213 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PKGS="$(cat $DIR/packagelist.txt)"
export DEBIAN_FRONTEND=noninteractive
apt update
apt upgrade -y
apt install -y $PKGS