mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-20 15:40:44 -04:00
fix setting fish as default shell for new installs
This commit is contained in:
parent
41ec3a9b01
commit
a642c2e76f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue