Update install.sh

This commit is contained in:
colin 2024-07-03 18:30:09 +00:00
parent 49f95c7b7f
commit 610c44e6ab
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Define the URL for downloading the simple-jaeger.php file # 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 # Define the target directory
TARGET_DIR="wp-content/plugins/simple-jaeger" TARGET_DIR="wp-content/plugins/simple-jaeger"