Updated linuxAIO.sh

This commit is contained in:
Toastie 2024-06-25 21:11:33 +12:00
parent 78f97680b9
commit 510a8aed46
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -1 +1,13 @@
#!/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