From 0e4364fbeae5674de3a98d788f4483a3dfc1554f Mon Sep 17 00:00:00 2001 From: Stas Yakobov Date: Tue, 21 Jun 2022 15:11:25 +0300 Subject: [PATCH] repo rename and path fix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 302a080..4051848 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/UDMP-Persistence-SSH-Keys/main/99-ssh-keys.sh +curl -O https://raw.githubusercontent.com/fire1ce/UDM-Persistent-SSH-Keys/main/install.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"