forked from sneak/hacks
getting ready to test
This commit is contained in:
@@ -1,36 +1,13 @@
|
||||
PKGS="
|
||||
apt-transport-https
|
||||
byobu
|
||||
ca-certificates
|
||||
cryptsetup-bin
|
||||
curl
|
||||
dirmngr
|
||||
dnsutils
|
||||
gnupg-agent
|
||||
gnupg2
|
||||
haveged
|
||||
inetutils-ping
|
||||
jq
|
||||
lsof
|
||||
man-db
|
||||
mosh
|
||||
nmap
|
||||
opensc
|
||||
pcscd
|
||||
pinentry-curses
|
||||
pv
|
||||
rsync
|
||||
runit
|
||||
runit-systemd
|
||||
scdaemon
|
||||
screen
|
||||
software-properties-common
|
||||
usbmount
|
||||
vim
|
||||
wget
|
||||
"
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
PKGS="$(cat $DIR/packages.txt)"
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
apt update
|
||||
|
||||
apt upgrade -y
|
||||
apt install -y $PKGS
|
||||
|
||||
for PKG in $PKGS ; do
|
||||
apt install -y $PKG
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user