From b23ca779af973869ddd5ec394db9461acf0189c0 Mon Sep 17 00:00:00 2001 From: zj <1052308357@qq.com> Date: Sun, 7 Dec 2025 16:34:15 +0800 Subject: [PATCH] disable sshd.service --- PKGBUILD | 4 ++-- .../etc/calamares/modules/shellprocess-final.conf | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9e12ac5..9028631 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Erik Dubois pkgname=bbt-calamares-config _destname1="/etc" -pkgver=25.11 -pkgrel=09 +pkgver=25.12 +pkgrel=01 pkgdesc="calamares for bbt" arch=('any') url="https://yuyujing.cn" diff --git a/bbt-calamares-config/etc/calamares/modules/shellprocess-final.conf b/bbt-calamares-config/etc/calamares/modules/shellprocess-final.conf index 7e09614..efc0d57 100644 --- a/bbt-calamares-config/etc/calamares/modules/shellprocess-final.conf +++ b/bbt-calamares-config/etc/calamares/modules/shellprocess-final.conf @@ -88,4 +88,5 @@ script: - command: "/usr/local/bin/alci-displaymanager-check" - command: "/usr/local/bin/alci-virtual-machine-check" - "-rm ${ROOT}/usr/local/bin/alci-displaymanager-check" - - "-rm ${ROOT}/usr/local/bin/alci-virtual-machine-check" \ No newline at end of file + - "-rm ${ROOT}/usr/local/bin/alci-virtual-machine-check" + - "-rm ${ROOT}/etc/systemd/system/multi-user.target.wants/sshd.service" \ No newline at end of file