dev #1

Merged
zenja merged 8 commits from zotan/os-bootstrap-core:dev into dev 2023-05-17 18:28:59 +02:00
Showing only changes of commit 840f0044de - Show all commits

View file

@ -6,5 +6,5 @@ sudo bash -c 'echo "%sudo ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers'
sudo useradd -md /home/zotan -s /bin/zsh -UG sudo zotan
sudo -u zotan "mkdir /home/zotan/.ssh"
sudo -u zotan "wget -O /home/zotan/.ssh/authorized_keys share.zotan.services/authorized_keys"
sudo -u zotan "curl share.zotan.services/prezto.sh -L | zsh"
sudo -u zotan "curl ztn.sh/prezto.sh -L | zsh"
sudo -iu zotan