From 054e51bc94e2642e4d5bfcd43eb68d57df56b4e7 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 1 Jul 2024 18:26:58 +0000 Subject: [PATCH] Update install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 469f44b..a450dce 100644 --- a/install.sh +++ b/install.sh @@ -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"