debian/scripts/full.sh

26 lines
282 B
Bash
Raw Permalink Normal View History

2025-04-27 01:19:08 +03:00
#!/bin/bash
set -euo pipefail
sudo apt update
sudo apt upgrade
sudo apt install -y \
btop \
fail2ban \
python3 \
python3-pip \
vim
2025-04-27 16:38:54 +03:00
sudo cp "$HOME/.vimrc" /root/.vimrc
./zfs.sh
2025-04-27 01:19:08 +03:00
./sshd.sh
./nginx.sh
./ufw.sh
./podman.sh
./unattended.sh
2025-04-27 16:38:54 +03:00
./beszel.sh
2025-05-01 03:22:19 +03:00
./kuma.sh