Files
tms-calamares-config/bbt-calamares-config/etc/calamares/modules/post-install-config.conf
2025-12-17 01:30:03 +08:00

17 lines
515 B
Plaintext

# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Calamares shellprocess module configuration for post-installation tasks.
# This script will run in the context of the target system after installation.
---
dontChroot: false
timeout: 999
script:
- "- teamviewer --passwd 'Bbt123!@#'"
- "- ${ROOT}/usr/local/bin/change-servername_s2"
- "- /bin/bash ${ROOT}/home/smart/smart-organizer-service-install.sh"
- "- rm -rf ${ROOT}/media/cinema/.*"
- "- rm -rf ${ROOT}/media/kdm/.*"