From bea13dd12468972aa4d371bd9a418092206aae96 Mon Sep 17 00:00:00 2001
From: Toastie <toastie@toastiet0ast.com>
Date: Thu, 30 Jan 2025 23:28:25 +1300
Subject: [PATCH] Slight adjustments.

---
 e-bin.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/e-bin.sh b/e-bin.sh
index cc7987b..32b213e 100644
--- a/e-bin.sh
+++ b/e-bin.sh
@@ -15,7 +15,7 @@ NC="$(printf '\033[0m')"  # No color.
 readonly YELLOW GREEN BLUE CYAN RED NC
 
 ## Toastielab project details
-readonly API_URL="https://toastielab.dev/api"
+readonly API_URL="https://toastielab.dev/api/v1/repos/EllieBotDevs/elliebot"
 
 ## other constants.
 readonly BOT_EXECUTABLE="EllieBot"
@@ -163,7 +163,7 @@ install_software() {
     local archive_dir_name
     local archive_name="elliebot-v${version}.tar"
     local arch; arch=$(get_arch)
-    local tar_url="${API_URL}/packages/EllieBotDevs/generic/EllieBot-build/${version}/${version}-${arch}-build.tar"
+    local tar_url="${API_URL}/packages/generic/elliebot-build/${version}/${version}-${arch}-build.tar"
 
     ## NOTE: We could move this outside of the function, such that when the script is
     ##  executed, the architecture is determined once, then exit the script if the