Fix setup-base.sh: freecad via snap statt apt (nicht in Ubuntu 24.04 Repos)

Aktualisiert auch INSTALL.md mit realistischem Installationsablauf
(TTY-Login nach Autoinstall, Prüfung ob setup-base.sh gelaufen ist).
This commit is contained in:
rene 2026-03-08 08:20:59 +01:00
parent 78431a1c33
commit d6049e6941
2 changed files with 52 additions and 19 deletions

View file

@ -53,7 +53,6 @@ apt install -y \
wireguard wireguard-tools \
libreoffice libreoffice-l10n-de \
thunderbird thunderbird-locale-de \
freecad \
keepassxc \
htop btop \
timeshift \
@ -62,7 +61,11 @@ apt install -y \
wngerman \
bc \
xfce4-terminal
ok "Pakete installiert"
ok "Pakete installiert (apt)"
# FreeCAD via Snap (nicht in Ubuntu 24.04 Repos verfügbar)
snap install freecad
ok "FreeCAD installiert (snap)"
# ── 3. Nvidia (nur MBP 16") ──────────────────────────────────────────────
if [[ "$MODEL" == "16" ]]; then