mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-25 15:35:17 +00:00
chore: Further adjust install date in fast fetch
This commit is contained in:
parent
77342067e6
commit
1f03a33cb9
@ -43,7 +43,7 @@
|
||||
{
|
||||
"type": "command",
|
||||
"key": " ",
|
||||
"text": "stat / | grep 'Birth' | sed 's/Birth: //g' | cut -b 2-11",
|
||||
"text": "date -d$(ls -alct / --time-style=full-iso|tail -1|awk '{print $6}') +'Installed %b %d %G'",
|
||||
"shell": "/bin/bash"
|
||||
},
|
||||
"break",
|
||||
|
Loading…
x
Reference in New Issue
Block a user