Skip to content

Commit

Permalink
fix: enable anaconda web_ui in local iso build
Browse files Browse the repository at this point in the history
  • Loading branch information
GarciaLnk committed Oct 6, 2024
1 parent 820c850 commit c308279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_files/theming.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd /tmp/tela-icon-theme || exit
# Fluent GTK Theme
git clone https://github.com/vinceliuice/Fluent-gtk-theme /tmp/fluent-gtk-theme
cd /tmp/fluent-gtk-theme || exit
./install.sh -s compact -i fedora -l
./install.sh -s compact -l

if test "${BASE_IMAGE_NAME}" = "kinoite"; then
# Fluent KDE Theme
Expand Down
3 changes: 2 additions & 1 deletion scripts/build-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ ${container_mgr} run --rm --privileged \
ISO_NAME="build/${tag}-${version}-${git_branch}.iso" \
SECURE_BOOT_KEY_URL='https://github.com/ublue-os/akmods/raw/main/certs/public_key.der' \
VARIANT="${variant}" \
VERSION="${fedora_version}"
VERSION="${fedora_version}" \
WEB_UI="true"

0 comments on commit c308279

Please sign in to comment.