1
0
forked from sneak/hacks
This commit is contained in:
2019-10-04 08:10:07 -07:00
parent 45a2bcf34e
commit d9f759a43c
6 changed files with 21 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PKGS="$(cat $DIR/packages.txt)"
PKGS="$(cat $DIR/packagelist.txt)"
export DEBIAN_FRONTEND=noninteractive
@@ -10,6 +10,4 @@ apt update
apt upgrade -y
for PKG in $PKGS ; do
apt install -y $PKG
done
apt install -y $PKGS