feat: Automatische Installation benötigter Pakete für Laufwerksformatierung hinzugefügt
This commit is contained in:
@@ -35,7 +35,8 @@ echo ""
|
||||
# ── System-Pakete ─────────────────────────────────────────────────────────────
|
||||
info "Systemabhängigkeiten werden installiert..."
|
||||
apt-get update -q
|
||||
apt-get install -y -q python3 python3-venv python3-pip util-linux rclone
|
||||
apt-get install -y -q python3 python3-venv python3-pip util-linux rclone \
|
||||
exfatprogs dosfstools ntfs-3g
|
||||
ok "Systemabhängigkeiten installiert"
|
||||
|
||||
# ── Verzeichnis anlegen ───────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user