Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
refactor: remove optfix/workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Mar 11, 2024
1 parent 8552a55 commit ed2425f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 133 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM ${BASE_IMAGE_URL}:${IMAGE_MAJOR_VERSION}

# The default recipe is set to the recipe's default filename
# so that `podman build` should just work for most people.
ARG RECIPE=recipe.yml
ARG RECIPE=recipe.yml
# The default image registry to write to policy.json and cosign.yaml
ARG IMAGE_REGISTRY=ghcr.io/ublue-os

Expand All @@ -41,4 +41,4 @@ COPY --from=ghcr.io/ublue-os/akmods:main-39 /rpms /tmp/rpms

# Run the build script, then clean up temp files and finalize container build.
RUN chmod +x /tmp/build.sh && /tmp/build.sh && \
rm -rf /tmp/* /var/* && ostree container commit
rm -rf /tmp/* && ostree container commit
4 changes: 0 additions & 4 deletions config/common-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ install:
# https://github.com/oae/gnome-shell-pano
- libgda
- libgda-sqlite
optfix:
- 1Password
- vivaldi
# - warp-terminal
remove:
# Remove the native firefox (from Fedora) in favor of the Flatpak.
# - firefox-langpacks
Expand Down
2 changes: 0 additions & 2 deletions config/common-scripts-post-packages.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
type: script
scripts:
- 1Password.sh
# this sets up the proper policy & signing files for signed images to work
- signing.sh
- update-ca-trust.sh
- vivaldi.sh
107 changes: 0 additions & 107 deletions config/scripts/1Password.sh

This file was deleted.

18 changes: 0 additions & 18 deletions config/scripts/vivaldi.sh

This file was deleted.

0 comments on commit ed2425f

Please sign in to comment.