File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# ==============================================================================
4- # LuminOS Build Script - Phase 4: Desktop Customization & Branding
4+ # LuminOS Build Script, Phase 4: Desktop Customization & Branding
55#
66# Author: Gabriel, Project Leader @ LuminOS
7- # Version: 0.2.2
7+ # Version: 0.2.3
88# ==============================================================================
99
1010set -e
3030export DEBIAN_FRONTEND=noninteractive
3131echo "--> Removing unwanted packages..."
3232PACKAGES_TO_REMOVE="kmahjongg kmines kpat ksnake kmail kontact akregator"
33- apt-get purge -y $PACKAGES_TO_REMOVE
33+ # Added --ignore-missing to prevent errors if a package is not installed
34+ apt-get purge -y --ignore-missing $PACKAGES_TO_REMOVE
3435apt-get autoremove -y
3536echo "--> Applying system-wide dark theme (Breeze Dark)..."
3637mkdir -p /etc/skel/.config
You can’t perform that action at this time.
0 commit comments