Fix prezto url

This commit is contained in:
Laura Hausmann 2023-03-17 00:09:37 +01:00
parent 54642a21cf
commit 840f0044de
Signed by untrusted user: zotan
GPG key ID: D044E84C5BE01605

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