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). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d8f765ffd6
commit
32b49f81a5
2 changed files with 52 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue