Commit 38239224 authored by Dylan Araps's avatar Dylan Araps

Birthday: Remove old macOS block

parent 14610a99
......@@ -1732,10 +1732,6 @@ get_birthday() {
birthday="$(ls -alct --full-time / | awk '/lost\+found|private/ {printf $6 " " $7}')"
;;
"Mac OS X")
birthday="$(ls -lUT /var/log/install.log | awk '{printf $6 " " $7 " " $9 " " $8}')"
;;
"BSD" | "Mac OS X")
case "$kernel_name" in
"Darwin")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment