mirror of
https://codeberg.org/knightsub9/lxcafe.git
synced 2026-07-19 19:30:16 +02:00
19 lines
453 B
Markdown
19 lines
453 B
Markdown
# Post-Installation Script
|
|
|
|
This directory contains all files belonging to the Linux Mint XFCE post-installation script.
|
|
|
|
## Usage
|
|
|
|
Run the main script:
|
|
|
|
```bash
|
|
cd post_installation_script
|
|
bash 20251212_Nachinstallationsarbeiten_LC_Esslingen_XFCE_v8.sh
|
|
```
|
|
|
|
The script is interactive and will prompt for confirmation before each installation step.
|
|
|
|
## Testing
|
|
|
|
See `../post_installation_script_test/README.md` for container-based testing instructions.
|