Skip to content

Commit 4258358

Browse files
The small option O
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA i fking wasted 2 hrs for this thing
1 parent 0a704b0 commit 4258358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udroid/src/udroid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ download() {
200200

201201
LOG "download() args => name=$name link=$link path=$path"
202202

203-
wget -q --show-progress --progress=bar:force -o ${path}/$name "$link" 2>&1 | progressfilt || {
203+
wget -q --show-progress --progress=bar:force -O ${path}/$name "$link" 2>&1 | progressfilt || {
204204
ELOG "failed to download $name"
205205
echo "failed to download $name"
206206
exit 1

0 commit comments

Comments
 (0)