archx/rocky.sh

9 lines
324 B
Bash
Raw Normal View History

2023-03-16 23:17:38 +01:00
#!/bin/bash
dnf install epel-release wget git nano zsh -y
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 -iu zotan