neofetch-ripper: write ubuntu alias #2494

This commit is contained in:
nick black 2021-12-20 13:47:49 -05:00
parent d8c68b4f48
commit 43654547a0
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 2 additions and 0 deletions

View File

@ -949,6 +949,7 @@ const struct neofetch_art ncarts[] = {
{ "openEuler", openEuler },
{ "GNOME", GNOME },
{ "SmartOS", SmartOS },
{ "ubuntu", ubuntu_old },
{ NULL, NULL }
};

View File

@ -118,6 +118,7 @@ if [ -n "$DONE" ] ; then
for k in "${!KEYSSEEN[@]}" ; do
echo " { \"$k\", $k },"
done
echo " { \"ubuntu\", \"ubuntu_old\" },"
echo " { NULL, NULL }"
echo "};"
echo