forked from sneak/hacks
rename dir
This commit is contained in:
36
fix-raspian-defaults/root/boot/setup-scripts/05-packages.sh
Normal file
36
fix-raspian-defaults/root/boot/setup-scripts/05-packages.sh
Normal file
@@ -0,0 +1,36 @@
|
||||
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
|
||||
"
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt update
|
||||
apt upgrade -y
|
||||
apt install -y $PKGS
|
||||
Reference in New Issue
Block a user