Skip to content

Commit

Permalink
[profiledef.sh] set to Galileo
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Nov 14, 2023
1 parent a56a6eb commit b66910f
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
@@ -1,11 +1,11 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034

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

0 comments on commit b66910f

Please sign in to comment.