From 125c8f6e122365e3f514f41195eb7c1039339193 Mon Sep 17 00:00:00 2001 From: dingens Date: Sun, 30 May 2021 14:33:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ebootstrap=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bootstrap b/bootstrap index 251f985..28eb8aa 100644 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,7 @@ #!/usr/bin/env bash -[[ -f /usr/bin/pamcman ]] && sudo pamcman -Syu +[[ -f /usr/bin/pacman ]] && sudo pacman -Syu mkdir ~/.ssh/ -echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFhs7abkG7zWxkUG9hX7Ls+3KcdeqH9T6H6+Pvy+fDRS Ansible technical" >> ~/.ssh/authorized_keys \ No newline at end of file +echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFhs7abkG7zWxkUG9hX7Ls+3KcdeqH9T6H6+Pvy+fDRS Ansible technical" >> ~/.ssh/authorized_keys +sudo chmod 700 ~/.ssh \ No newline at end of file