Minor house cleaning.

This commit is contained in:
2026-05-07 09:48:12 +02:00
parent 640d3fd21c
commit 25475767ed
4 changed files with 14 additions and 13 deletions
-2
View File
@@ -1,5 +1,4 @@
#!/bin/bash
# ---------------------------------------------------------------------------------
# Bootstrap script for fresh Debian 13 (Trixie) install
# Run this after a minimal install (SSH server + system essentials, no desktop)
@@ -48,7 +47,6 @@ echo 'deb [ signed-by=/usr/share/keyrings/julians-package-repo.gpg ] https://jul
sudo apt update && sudo apt install -y adw-gtk3
# ---------------------------------------------------------------------------------
echo ""
echo "✅ Bootstrap complete."
echo ""