Delete e-install.sh
This commit is contained in:
parent
67e27f76c2
commit
04a73457b1
1 changed files with 0 additions and 13 deletions
13
e-install.sh
13
e-install.sh
|
@ -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
|
Loading…
Add table
Reference in a new issue