Skip to content

Commit 440bd86

Browse files
fix: Attempt to fix ?
1 parent 468addc commit 440bd86

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
@@ -855,7 +855,7 @@ list() {
855855
if $supported; then
856856
if $show_remote_download_size; then
857857
link=$(cat $distro_data | jq -r ".$suite.$varient.${host_arch}url")
858-
remote_size=$( wget --spider -m -np $link 2>&1 | grep -i Content-Length | awk '{print $2}')
858+
remote_size=$( wget --spider -m -np $link 2>&1 | grep -i Length | awk '{print $2}')
859859

860860
if [[ -z $remote_size ]]; then
861861
remote_size="?"

0 commit comments

Comments
 (0)