Skip to content

Commit 1ee4d6a

Browse files
feat: display full name
1 parent a03411f commit 1ee4d6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

udroid/src/udroid.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -862,17 +862,17 @@ list() {
862862

863863
# set support status
864864
if [[ $supported == true ]]; then
865-
support_status="[supported]"
865+
support_status="Yes"
866866
else
867-
support_status="[unsupported]"
867+
support_status="NO"
868868
fi
869869

870870
# print out
871871
if ! $show_installed_only; then
872-
echo -e "|$varient|$support_status|$_installed|$_size" >> $tempfile
872+
echo -e "|$suite:$varient|$support_status|$_installed|$_size" >> $tempfile
873873
else
874874
if [[ -d $path/$name/bin ]]; then
875-
echo -e "|$varient|$support_status|$_installed|$_size" >> $tempfile
875+
echo -e "|$suite:$varient|$support_status|$_installed|$_size" >> $tempfile
876876
fi
877877
fi
878878
done

0 commit comments

Comments
 (0)