„bootstrap“ ändern

This commit is contained in:
dingens 2022-09-11 14:26:18 +00:00
parent 1b339bf4a4
commit 00897817b8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
[[ -f /usr/bin/pacman ]] && sudo pacman -S openssh
[[ -f /usr/bin/pacman ]] && yes | sudo pacman -S openssh
[[ -f /usr/bin/zypper ]] && sudo zypper -n in openssh-server
[[ -d ~/.ssh/ ]] || mkdir ~/.ssh/ -m 700