Update package installation in first-boot.sh to replace 'chromium-browser' with 'chromium' for improved package management.
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user