Files
tms-calamares-config/bbt-calamares-config/etc/calamares/modules/post-install-config.conf
2025-11-29 15:50:38 +08:00

23 lines
1.1 KiB
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"
- "- mv ${ROOT}/usr/bin/dcpomatic2_create ${ROOT}/usr/bin/dcpomatic2_create_original"
- "- cp ${ROOT}/home/smart/dcpomatic2_create ${ROOT}/usr/bin/dcpomatic2_create"
- "- chmod 755 ${ROOT}/usr/bin/dcpomatic2_create"
# - "- rm -rf ${ROOT}/home/${USER}/.config/autostart/first-start.desktop"
# - "- rm -rf ${ROOT}/home/${USER}/first-start.sh"
- "- cp ${ROOT}/home/${USER}/Desktop/*.desktop ${ROOT}/usr/share/applications/"
- "- cp ${ROOT}/home/${USER}/*.desktop ${ROOT}/usr/share/applications/"
# - "- mv ${ROOT}/etc/pacman.d/mirrorlist ${ROOT}/etc/pacman.d/mirrorlist.bak"
# - "- mv ${ROOT}/etc/pacman.d/mirrorlist~ ${ROOT}/etc/pacman.d/mirrorlist"