Hopefully nailed down why the e-bin script keeps on failing
This commit is contained in:
parent
bea13dd124
commit
a8b71e26f1
3 changed files with 441 additions and 422 deletions
13
e-install.sh
Normal file
13
e-install.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/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
Add a link
Reference in a new issue