diff --git a/DownloadLast.sh b/DownloadLast.sh index eed4a3d..01b7c8a 100755 --- a/DownloadLast.sh +++ b/DownloadLast.sh @@ -14,6 +14,6 @@ jarFile=$(grep -oPm1 "(?<=)[^<]+" <<< "$data") -wget ${base_url}"/artifact/"${relativePath} -O bot.jar -nq +wget ${base_url}"/artifact/"${relativePath} -O bot.jar -nv