From 04a73457b1ad140165eed9b3f3421e63798230f9 Mon Sep 17 00:00:00 2001
From: toastie_t0ast <toastie@dragonschildstudios.com>
Date: Sun, 9 Mar 2025 12:41:03 +0000
Subject: [PATCH] Delete e-install.sh

---
 e-install.sh | 13 -------------
 1 file changed, 13 deletions(-)
 delete mode 100644 e-install.sh

diff --git a/e-install.sh b/e-install.sh
deleted file mode 100644
index 66971f9..0000000
--- a/e-install.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-echo ""
-echo "Welcome to EllieBot."
-echo "Downloading the latest installer..."
-root=$(pwd)
-
-rm "$root/e-bin.sh" 1>/dev/null 2>&1
-curl -L -o "$root/e-bin.sh" https://toastielab.dev/EllieBotDevs/ellie-bash-installer/raw/branch/v6/e-bin.sh
-
-bash e-bin.sh
-cd "$root"
-rm "$root/e-bin.sh"
-exit 0
\ No newline at end of file