From 9911b08db4804d833eb1e0be430c268261090d78 Mon Sep 17 00:00:00 2001 From: Stas Yakobov Date: Sat, 23 Jul 2022 19:17:26 +0300 Subject: [PATCH] init --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 0255b8c..4958ee4 100644 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ user_authorized_keys_file="/mnt/data/ssh/authorized_keys" -curl -O https://raw.githubusercontent.com/fire1ce/UDM-Persistent-SSH-Keys/main/99-ssh-keys.sh +curl -sO https://raw.githubusercontent.com/fire1ce/UDM-Persistent-SSH-Keys/main/99-ssh-keys.sh mv 99-ssh-keys.sh /mnt/data/on_boot.d/99-ssh-keys.sh chmod +x /mnt/data/on_boot.d/99-ssh-keys.sh echo "99-ssh-keys.sh installed" @@ -14,6 +14,6 @@ fi chmod 0644 $user_authorized_keys_file -echo "Add you public keys to $user_authorized_keys_file" -echo "done." +echo "==> Add you public keys to $user_authorized_keys_file" +echo "==> Done." exit 0