Using the link to this repo

This commit is contained in:
Toastie 2025-02-24 13:59:39 +13:00
parent a8b71e26f1
commit e2dd9a6f11
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ 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
curl -L -o "$root/e-bin.sh" https://toastielab.dev/toastie_t0ast/ellie-bash-installer/raw/branch/v6/e-bin.sh
bash e-bin.sh
cd "$root"