Anpassungen für cinnamon (#14)

Reviewed-on: lxcafe/lxcafe#14
This commit is contained in:
2026-03-27 18:30:46 +01:00
parent affa7119ee
commit efbbedf5ae
7 changed files with 710 additions and 80 deletions
+22 -6
View File
@@ -1,13 +1,27 @@
# Post-Installation Script
This directory contains files belonging to the Linux Mint XFCE post-installation script.
This directory contains files belonging to the Linux Mint post-installation scripts.
## Structure
```
post_installation_script/
├── Nachinstallationsarbeiten_LC_Esslingen.sh # Main script (asks for desktop)
├── xfce/
│ ├── xfce.sh # XFCE-specific configurations
│ └── xfce4-panel-profiles.tar.bz2 # XFCE panel backup
├── cinnamon/
│ └── cinnamon.sh # Cinnamon (reserved for future)
├── 01_prepare_release.sh
└── 02_finalise_release.sh
```
## Prerequisites to run the script
- Linux Mint XFCE installed and running
- Internet connection for downloading packages and updates
- Script file: `Nachinstallationsarbeiten_LC_Esslingen_XFCE.sh` copied to Desktop
- Linux Mint (XFCE or Cinnamon) installed and running
- Internet connection for downloading packages and fonts
- Required tools: `curl`, `unzip`, `wget`, `fc-cache` (most are pre-installed)
No external files need to be pre-downloaded.
No external files need to be pre-downloaded.
## Usage
@@ -15,9 +29,11 @@ Run the main script:
```bash
cd post_installation_script
bash Nachinstallationsarbeiten_LC_Esslingen_XFCE.sh
bash Nachinstallationsarbeiten_LC_Esslingen.sh
```
The script will ask you to select your desktop environment (XFCE or Cinnamon), then proceed with the installation.
The script is interactive and will prompt for confirmation before each installation step.
## Testing