forked from lxcafe/lxcafe
bc1e17ec04
* documentation added * scripts to setup image and start container added
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.
|