From a642c2e76fa97e681caddb660d3641b9ee792660 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 20 Nov 2024 16:14:13 -0500 Subject: [PATCH] fix setting fish as default shell for new installs --- deploy-initial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-initial b/deploy-initial index bab2fe2..c86146b 100755 --- a/deploy-initial +++ b/deploy-initial @@ -63,7 +63,7 @@ ssh $remote "arch-chroot /mnt groupadd -g 2000 io_uring" ssh $remote "umask 077 && dd if=/dev/random of=/mnt/swapfile bs=1M count=$swap status=progress" -ssh $remote "arch-chroot chsh -s /usr/bin/fish" +ssh $remote "arch-chroot /mnt chsh -s /usr/bin/fish" password=$(head -c32 <(tr -dc A-Za-z0-9