From 510a8aed468e9c60125680d522f32a81220b9ee7 Mon Sep 17 00:00:00 2001
From: Toastie <toastie@toastiet0ast.com>
Date: Tue, 25 Jun 2024 21:11:33 +1200
Subject: [PATCH] Updated linuxAIO.sh

---
 linuxAIO.sh | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/linuxAIO.sh b/linuxAIO.sh
index 96b4b06..0aa9011 100644
--- a/linuxAIO.sh
+++ b/linuxAIO.sh
@@ -1 +1,13 @@
-#!/bin/sh
\ No newline at end of file
+#!/bin/sh
+echo ""
+echo "Welcome to EllieBot."
+echo "Downloading the latest installer..."
+root=$(pwd)
+
+rm "$root/e-menu.sh" 1>/dev/null 2>&1
+wget -N https://toastielab.dev/Emotions-stuff/ellie-bash-installer/raw/branch/v4/e-menu.sh
+
+bash e-menu.sh
+cd "$root"
+rm "$root/e-menu.sh"
+exit 0