This commit is contained in:
2025-08-25 07:06:50 +02:00
parent e8d09164ff
commit 581fb0c0f0
15 changed files with 287 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -euo pipefail
source ../../functions/base.sh
apt update
apt upgrade -y
apt install -y tmux btop nvtop psutils htop
mark_done