Skip to content

Commit

Permalink
chore: more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Jun 26, 2024
1 parent 1671ead commit c1f06d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ sudo mokutil --import secure_boot.der

If you encounter an issue with a password being recognized as incorrect, try using the `-` key on the numpad instead.


## Repobeats

![Alt](https://repobeats.axiom.co/api/embed/40b85b252bf6ea25eb90539d1adcea013ccae69a.svg "Repobeats analytics image")
Expand Down
5 changes: 3 additions & 2 deletions build_files/shared/image-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ case $FEDORA_MAJOR_VERSION in
;;
esac

#shellcheck disable=SC2153
image_flavor="${IMAGE_FLAVOR}"
fedora_version="${FEDORA_MAJOR_VERSION}"

if [[ -n "${COREOS_TYPE:-}" ]]; then
fedora_version="coreos"
IMAGE_TAG="coreos"
fedora_version="stable"
IMAGE_TAG="stable"
fi

if [[ "${COREOS_TYPE}" == "nvidia" ]]; then
Expand Down

0 comments on commit c1f06d8

Please sign in to comment.