Add more scripts

This commit is contained in:
Lauri Räsänen 2025-04-27 16:38:54 +03:00
parent 03ab6ee918
commit ddb6d7dcd1
10 changed files with 14 additions and 1 deletions

23
scripts/full.sh Executable file
View file

@ -0,0 +1,23 @@
#!/bin/bash
set -euo pipefail
sudo apt update
sudo apt upgrade
sudo apt install -y \
btop \
fail2ban \
python3 \
python3-pip \
vim
sudo cp "$HOME/.vimrc" /root/.vimrc
./zfs.sh
./sshd.sh
./nginx.sh
./ufw.sh
./podman.sh
./unattended.sh
./beszel.sh