mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-02 10:36:11 -05:00
fix setting fish as default shell for new installs
This commit is contained in:
parent
41ec3a9b01
commit
a642c2e76f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user