Skip to content

Commit

Permalink
fix: disable anaconda web_ui
Browse files Browse the repository at this point in the history
  • Loading branch information
GarciaLnk committed Oct 7, 2024
1 parent c308279 commit ef911e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/reusable-build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ jobs:
enable_cache_skopeo: "false"
flatpak_remote_refs_dir: ${{ steps.generate-flatpak-dir-shortname.outputs.flatpak-dir-shortname }}
enable_flatpak_dependencies: "false"
web_ui: "true"

- name: Move ISOs to Upload Directory
id: upload-directory
Expand Down
3 changes: 1 addition & 2 deletions scripts/build-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ ${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}" \
WEB_UI="true"
VERSION="${fedora_version}"
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ fi

HB_CNF_HANDLER="$(brew --repository)/Library/Taps/homebrew/homebrew-command-not-found/handler.sh"
if [ -f "${HB_CNF_HANDLER}" ]; then
. "${HB_CNF_HANDLER}";
. "${HB_CNF_HANDLER}"
fi

0 comments on commit ef911e2

Please sign in to comment.