mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Dealing with X's
This commit is contained in:
parent
aeb3369fe0
commit
86d81c9c51
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
version=$(curl -Ls -o /dev/null -w "%{url_effective}" https://github.com/rife2/bld/releases/latest)
|
||||
version=${version##*/}
|
||||
filepath=$(mktemp -u -t "bld-$version.jar")
|
||||
filepath=$(mktemp -u -t "bld-$version-XXXXXX.jar")
|
||||
|
||||
echo "Downloading bld v$version..."
|
||||
echo
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
version=$(curl -Ls -o /dev/null -w "%{url_effective}" https://github.com/rife2/bld/releases/latest)
|
||||
version=${version##*/}
|
||||
filepath=$(mktemp -u -t "bld-$version.jar")
|
||||
filepath=$(mktemp -u -t "bld-$version-XXXXXX.jar")
|
||||
|
||||
echo "Downloading bld v$version..."
|
||||
echo
|
||||
|
|
|
|||
Loading…
Reference in a new issue