17 lines
515 B
Plaintext
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/.*"
|
|
|