mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
remove echo
This commit is contained in:
parent
323f504138
commit
9cde97c22b
|
|
@ -21,7 +21,6 @@ curl -fsSL "https://api.github.com/repos/RPCS3/rpcs3_translations/contents/qm" \
|
||||||
| grep '"download_url":' \
|
| grep '"download_url":' \
|
||||||
| cut -d '"' -f 4 \
|
| cut -d '"' -f 4 \
|
||||||
| while read -r url; do
|
| while read -r url; do
|
||||||
echo "Downloading $(basename "$url")..."
|
|
||||||
curl -fsSL "$url" -o "./bin/qt6/translations/$(basename "$url")"
|
curl -fsSL "$url" -o "./bin/qt6/translations/$(basename "$url")"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue