Update package installation in first-boot.sh to replace 'chromium-browser' with 'chromium' for improved package management.

This commit is contained in:
nearxos
2026-02-20 10:26:37 +02:00
parent a1c60cb7e4
commit 00d53b8158
2 changed files with 45 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ install_oneshot() {
# --- 1. Packages ---
log "--- Installing packages ---"
apt-get update -qq
apt-get install -y -qq git chromium-browser wmctrl openssh-server \
apt-get install -y -qq git chromium wmctrl openssh-server \
kde-plasma-desktop kscreen maliit-keyboard xinput-calibrator
# --- 2. Dirs and kiosk files from file server ---