1
0
Fork 1

Update install.sh

This commit is contained in:
colin 2024-07-01 18:26:58 +00:00
parent 6812fa1274
commit 054e51bc94
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
#!/bin/bash
# Define plugin details
PLUGIN_URL="https://git.nixc.us/colin/SimpleOtel/raw/branch/main/simple-otel.php"
PLUGIN_DIR="./wp-content/plugins/simple-otel"
PLUGIN_URL="https://git.nixc.us/colin/SimpleOtel-c5/raw/branch/main/simple-otel.php"
PLUGIN_DIR="./packages/simple_otel"
CONFIG_FILE="$PLUGIN_DIR/config.php"
VENDOR_URL="https://git.nixc.us/colin/SimpleOtel/raw/branch/main/vendor.zip"
VENDOR_URL="https://git.nixc.us/colin/SimpleOtel-c5/raw/branch/main/vendor.zip"
# Create plugin directory if it doesn't exist
mkdir -p "$PLUGIN_DIR"