Files
home_server/install_scripts/apps.sh
T
2024-02-27 08:52:20 +01:00

5 lines
182 B
Bash

#!/bin/sh
LIST_OF_APPS="docker docker-compose nfs-kernel-server nfs-common ddclient nfs-utils fail2ban ncdu nload nethogs nmap sshfs"
apt-get update
apt-get install $LIST_OF_APPS -y