Update install.sh
This commit is contained in:
parent
49f95c7b7f
commit
610c44e6ab
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue