Skip to content

Commit c789afa

Browse files
committed
Revert "fix: use curl instead of wget"
This reverts commit 65c5634. Signed-off-by: Arisu Tachibana <arisu.tachibana@miraclelinux.com>
1 parent 651090a commit c789afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gentoo_get_stage_url.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ if [ $CHECK_SIG -eq 1 ];then
113113
fi
114114
115115
debug "DEBUG: curl $LATEST"
116-
curl -s "$BASEURL/$LATEST" -o $(basename $LATEST)
116+
wget -q -N "$BASEURL/$LATEST"
117117
RET=$?
118118
if [ $RET -ne 0 ];then
119119
echo "ERROR: fail to download $BASEURL/$LATEST"

0 commit comments

Comments
 (0)