Skip to content

Commit

Permalink
fix: yafti file path
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Apr 11, 2024
1 parent 41c3032 commit 7ce2429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_files/dx/branding-dx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -oue pipefail

if test "$BASE_IMAGE_NAME" = "silverblue"; then
sed -i '/^PRETTY_NAME/s/Bluefin/Bluefin-dx/' /usr/lib/os-release
sed -i 's/Bluefin/Bluefin-dx/' /tmp/yafti.yml
sed -i 's/Bluefin/Bluefin-dx/' /usr/etc/yafti.yml
elif test "$BASE_IMAGE_NAME" = "kinoite"; then
sed -i '/^PRETTY_NAME/s/Aurora/Aurora-dx/' /usr/lib/os-release
sed -i 's/Aurora/Aurora-dx/' /usr/etc/yafti.yml
Expand Down

0 comments on commit 7ce2429

Please sign in to comment.