mirror of
https://codeberg.org/knightsub9/lxcafe.git
synced 2026-07-19 19:30:16 +02:00
25 lines
745 B
Markdown
25 lines
745 B
Markdown
# Post-Installation Script
|
|
|
|
This directory contains files belonging to the Linux Mint XFCE post-installation script.
|
|
|
|
## 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
|
|
- External files are referenced by the script, please check header comments in the script
|
|
|
|
## Usage
|
|
|
|
Run the main script:
|
|
|
|
```bash
|
|
cd post_installation_script
|
|
bash Nachinstallationsarbeiten_LC_Esslingen_XFCE.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.
|