mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-10 12:40:06 +00:00
chore: Fix install date output in FastFetch
This commit is contained in:
parent
759d1eedfe
commit
70e09b4fd7
@ -43,7 +43,7 @@
|
||||
{
|
||||
"type": "command",
|
||||
"key": " ",
|
||||
"text": "ls -alct /|tail -1|awk '{print $6, $7, $8}'",
|
||||
"text": "stat / | grep 'Birth' | sed 's/Birth: //g' | cut -b 2-11",
|
||||
"shell": "/bin/bash"
|
||||
},
|
||||
"break",
|
||||
|
Loading…
x
Reference in New Issue
Block a user