From 610c44e6abd9be13da63376e7b10f0de68cb18db Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 3 Jul 2024 18:30:09 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fcb8fec..c2f9071 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # Define the URL for downloading the simple-jaeger.php file -PLUGIN_URL="https://git.nixc.us/colin/SimpleJaeger/raw/branch/main/simple-jaeger.php" +PLUGIN_URL="https://git.nixc.us/colin/SimpleJaeger/raw/branch/main/wp-content/plugins/simple-jaeger/simple-jaeger.php" # Define the target directory TARGET_DIR="wp-content/plugins/simple-jaeger"