fixed yt-dlp -U on in e-are.sh
This commit is contained in:
parent
e318f29bbf
commit
39933b0643
1 changed files with 1 additions and 1 deletions
2
e-are.sh
2
e-are.sh
|
@ -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 ""
|
||||||
|
|
Loading…
Reference in a new issue