We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440bd86 commit a96b482Copy full SHA for a96b482
udroid/src/udroid.sh
@@ -900,6 +900,17 @@ list() {
900
fi
901
done
902
903
+ # footer
904
+ {
905
+ echo "**SIZE**: space occupied by installed distro"
906
+ echo "**DOWN* SIZE**: download size of suite"
907
+
908
+ echo "To install one of suite (ex: **jammy:xfce**), run:"
909
+ echo "\`\`\`bash"
910
+ echo "udroid install jammy:xfce"
911
+ echo "\`\`\`"
912
+ } >> $tempfile
913
914
g_format $tempfile
915
916
}
0 commit comments