fixed yt-dlp -U on in e-are.sh

This commit is contained in:
Toastie 2024-12-21 23:52:49 +13:00
parent e318f29bbf
commit 39933b0643
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -53,7 +53,7 @@ read choice
elif [ $choice -eq 2 ] ; then elif [ $choice -eq 2 ] ; then
echo "" echo ""
echo "Running EllieBot without auto update. Please wait. . ." echo "Running EllieBot without auto update. Please wait. . ."
while :; do cd "$root/elliebot/output" && dotnet EllieBot.dll && youtube-dl -U; sleep 5s; done while :; do cd "$root/elliebot/output" && dotnet EllieBot.dll && yt-dlp -U; sleep 5s; done
echo "Done" echo "Done"
elif [ "$choice" -eq 3 ] ; then elif [ "$choice" -eq 3 ] ; then
echo "" echo ""