Skip to content

Commit

Permalink
[profiledef.sh] stupid me fix date iso naming with time
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Oct 25, 2023
1 parent 36277d9 commit 122c038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profiledef.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# shellcheck disable=SC2034

iso_name="EndeavourOS"
iso_label="EOS_$(date +%Y%m_%H:%M)"
iso_label="EOS_$(date +%Y%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)"
iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d_%H:%M)"
install_dir="arch"
buildmodes=('iso')
quiet="n"
Expand Down

0 comments on commit 122c038

Please sign in to comment.