fix setting fish as default shell for new installs

This commit is contained in:
Daniel Micay 2024-11-20 16:14:13 -05:00
parent 41ec3a9b01
commit a642c2e76f

View File

@ -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 </dev/random))
echo password: $password