„bootstrap“ ändern

This commit is contained in:
dingens 2022-09-12 13:48:05 +00:00
parent 20691ffb76
commit 999225712e
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
#!/usr/bin/env bash
if sudo grep -q arch /etc/os-release; then
sudo pacman -Syu
yes | sudo pacman -Syu
yes | sudo pacman -S openssh ansible vim
sudo systemctl enable sshd.service
sudo systemctl start sshd.service
yes | sudo systemctl enable sshd.service
yes | sudo systemctl start sshd.service
fi
if sudo grep -q opensuse /etc/os-release; then