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