Skip to content

Commit a96b482

Browse files
feat: add a little info footer
1 parent 440bd86 commit a96b482

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

udroid/src/udroid.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,17 @@ list() {
900900
fi
901901
done
902902
done
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+
903914
g_format $tempfile
904915
fi
905916
}

0 commit comments

Comments
 (0)