1
0
Fork 0

trimurti: user pratham is already created

This commit is contained in:
Pratham Patel 2022-11-02 09:08:37 +05:30
parent bf11106ed6
commit e66ae9dbde
1 changed files with 1 additions and 3 deletions

View File

@ -174,9 +174,7 @@ DEBIAN_FRONTEND=noninteractive apt install -y zfs-dkms zfs-zed zfsutils-linux
### Add user
```bash
useradd -m -G adb,audio,cdrom,dip,floppy,games,netdev,plugdev,sys,systemd-journal,uucp,video -s $(which zsh) pratham
usermod --password $(echo asdf | openssl passwd -1 -stdin) pratham
passwd -e pratham
usermod -a -G adb,audio,cdrom,dip,floppy,games,netdev,plugdev,sys,systemd-journal,uucp,video pratham
echo "permit persist keepenv pratham" | tee -a /etc/doas.conf
```