Updated linuxAIO.sh
This commit is contained in:
parent
78f97680b9
commit
510a8aed46
1 changed files with 13 additions and 1 deletions
14
linuxAIO.sh
14
linuxAIO.sh
|
@ -1 +1,13 @@
|
|||
#!/bin/sh
|
||||
#!/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
|
||||
|
|
Loading…
Reference in a new issue