Updated links in scripts.
This commit is contained in:
parent
f4fe7bdfb7
commit
ce3d30c033
6 changed files with 9 additions and 9 deletions
4
e-are.sh
4
e-are.sh
|
@ -26,7 +26,7 @@ while [ $choice -eq 4 ]; do
|
|||
read choice
|
||||
if [ $choice -eq 1 ] ; then
|
||||
|
||||
wget -q -N https://toastielab.dev/Emotions-stuff/ellie-bash-installer/raw/branch/v5/detectOS.sh
|
||||
wget -q -N https://toastielab.dev/EllieBotDevs/ellie-bash-installer/raw/branch/v5/detectOS.sh
|
||||
bash detectOS.sh > /dev/null || exit $?
|
||||
|
||||
echo ""
|
||||
|
@ -41,7 +41,7 @@ read choice
|
|||
if [[ "$HEADHASH" != "$UPSTREAMHASH" ]]; then
|
||||
echo "Update found, this may take a few minutes... "
|
||||
cd $root
|
||||
wget -N https://toastielab.dev/Emotions-stuff/ellie-bash-installer/raw/branch/v5/e-download.sh && bash "$root/e-download.sh"
|
||||
wget -N https://toastielab.dev/EllieBotDevs/ellie-bash-installer/raw/branch/v5/e-download.sh && bash "$root/e-download.sh"
|
||||
cd elliebot/output
|
||||
dotnet EllieBot.dll
|
||||
else
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
root=$(pwd)
|
||||
|
||||
wget -q -N https://toastielab.dev/Emotions-stuff/ellie-bash-installer/raw/branch/v5/detectOS.sh
|
||||
wget -q -N https://toastielab.dev/EllieBotDevs/ellie-bash-installer/raw/branch/v5/detectOS.sh
|
||||
bash detectOS.sh > /dev/null || exit $?
|
||||
|
||||
# remove old backup but store the database
|
||||
|
@ -25,9 +25,9 @@ rm -rf elliebot_old 1>/dev/null 2>&1
|
|||
mv -fT elliebot elliebot_old 1>/dev/null 2>&1
|
||||
|
||||
# clone new version
|
||||
git clone -b v5 --recursive --depth 1 https://toastielab.dev/Emotions-stuff/elliebot
|
||||
git clone -b v5 --recursive --depth 1 https://toastielab.dev/EllieBotDevs/elliebot
|
||||
|
||||
wget -q -N https://toastielab.dev/Emotions-stuff/ellie-bash-installer/raw/branch/v5/rebuild.sh
|
||||
wget -q -N https://toastielab.dev/EllieBotDevs/ellie-bash-installer/raw/branch/v5/rebuild.sh
|
||||
bash rebuild.sh
|
||||
|
||||
cd "$root"
|
||||
|
|
|
@ -6,7 +6,7 @@ echo ""
|
|||
root=$(pwd)
|
||||
choice=9
|
||||
|
||||
base_url="https://toastielab.dev/Emotions-stuff/ellie-bash-installer/raw/branch/v5"
|
||||
base_url="https://toastielab.dev/EllieBotDevs/ellie-bash-installer/raw/branch/v5"
|
||||
|
||||
script_menu="e-menu.sh"
|
||||
script_prereq="e-prereq.sh"
|
||||
|
|
|
@ -8,7 +8,7 @@ function INSTALL_YTDLP {
|
|||
chmod a+rx ~/.local/bin/yt-dlp
|
||||
}
|
||||
|
||||
wget -q -N https://toastielab.dev/Emotions-stuff/ellie-bash-installer/raw/branch/v5/detectOS.sh
|
||||
wget -q -N https://toastielab.dev/EllieBotDevs/ellie-bash-installer/raw/branch/v5/detectOS.sh
|
||||
declare DETECTED=($(bash detectOS.sh))
|
||||
|
||||
if [[ ${DETECTED[0]} = "" ]]; then exit 1; fi
|
||||
|
|
|
@ -7,7 +7,7 @@ rm -rf elliebot_old 1>/dev/null 2>&1
|
|||
# make a new backup
|
||||
cp -rT elliebot elliebot_old 1>/dev/null 2>&1
|
||||
|
||||
wget -q -N https://toastielab.dev/Emotions-stuff/ellie-bash-installer/raw/branch/v5/rebuild.sh
|
||||
wget -q -N https://toastielab.dev/EllieBotDevs/ellie-bash-installer/raw/branch/v5/rebuild.sh
|
||||
bash rebuild.sh
|
||||
|
||||
cd "$root"
|
||||
|
|
|
@ -5,7 +5,7 @@ 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/v5/e-menu.sh
|
||||
wget -N https://toastielab.dev/EllieBotDevs/ellie-bash-installer/raw/branch/v5/e-menu.sh
|
||||
|
||||
bash e-menu.sh
|
||||
cd "$root"
|
||||
|
|
Loading…
Reference in a new issue