From 66204958d97623a84fc58e45b80c77979c374b5f Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Fri, 11 Jul 2025 21:30:53 -0400 Subject: [PATCH] Moved 'dosfstool' and 'systemd-timesyncd' package installation from 'install.sh' to 'partition.sh' --- install.sh | 2 -- partition.sh | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 7e99378..495ba59 100755 --- a/install.sh +++ b/install.sh @@ -171,8 +171,6 @@ EOF apt install \ --yes \ - dosfstools \ - systemd-timesyncd \ zfs-initramfs fi diff --git a/partition.sh b/partition.sh index 493e4e4..b79d8a8 100755 --- a/partition.sh +++ b/partition.sh @@ -441,6 +441,7 @@ elif [[ "${ID}" == 'debian' ]]; then --include=console-setup \ --include=cryptsetup \ --include=curl \ + --include=dosfstools \ --include=dpkg-dev \ --include=efibootmgr \ --include=ethtool \ @@ -454,6 +455,7 @@ elif [[ "${ID}" == 'debian' ]]; then --include=openssh-{client,server} \ --include=popularity-contest \ --include=printer-driver-all \ + --include=systemd-timesyncd \ --include=tasksel \ "${VERSION_CODENAME}" \ /mnt