repo rename and path fix

This commit is contained in:
Stas Yakobov 2022-06-21 15:11:25 +03:00
parent abfb8b6de4
commit 0e4364fbea

View File

@ -2,7 +2,7 @@
user_authorized_keys_file="/mnt/data/ssh/authorized_keys" 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 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 chmod +x /mnt/data/on_boot.d/99-ssh-keys.sh
echo "99-ssh-keys.sh installed" echo "99-ssh-keys.sh installed"