mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-11 06:40:42 +00:00
chore: Fix install date output in FastFetch
This commit is contained in:
parent
759d1eedfe
commit
70e09b4fd7
@ -43,7 +43,7 @@
|
|||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"key": " ",
|
"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"
|
"shell": "/bin/bash"
|
||||||
},
|
},
|
||||||
"break",
|
"break",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user