Skip to content

Commit

Permalink
[profiledef.sh] set iso name date to include hour minute
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Oct 25, 2023
1 parent bd4736e commit 36277d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiledef.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck disable=SC2034

iso_name="EndeavourOS"
iso_label="EOS_$(date +%Y%m)"
iso_label="EOS_$(date +%Y%m_%H:%M)"
iso_publisher="EndeavourOS <https://endeavouros.com>"
iso_application="EndeavourOS Live/Rescue CD"
iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)"
Expand Down

0 comments on commit 36277d9

Please sign in to comment.