commit d73e0f8ad7270586990d7f6f88138adb6a861d4a
parent e7a7d137b2b0282b5d49d8a7014856dba7c14031
Author: awy <awy@awy.one>
Date: Tue, 16 Dec 2025 19:51:53 +0300
don't do partitial upgrades
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/post_chroot.sh b/post_chroot.sh
@@ -97,7 +97,7 @@ case $kerneltype in
esac
# use dash as sh
-pacman -Sy dash zsh --noconfirm
+pacman -S dash zsh --noconfirm
ln -sfT dash /usr/bin/sh
mkdir -p /etc/pacman.d/hooks
cat <<EOL >>/etc/pacman.d/hooks/bash.hook