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

Commit

Permalink
feat(1Password): trust Vivaldi
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Jul 23, 2023
1 parent 2c59601 commit 4820863
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ARG RECIPE=./recipe.yml
# for manual overrides and editing by the machine's admin AFTER installation!
# See issue #28 (https://github.com/ublue-os/startingpoint/issues/28).
COPY usr /usr
COPY etc /etc

# Copy the recipe that we're building.
COPY ${RECIPE} /usr/share/ublue-os/recipe.yml
Expand All @@ -45,7 +46,7 @@ COPY scripts /tmp/scripts

# Run the build script, then clean up temp files and finalize container build.
RUN rpm-ostree install /tmp/ublue-os-wallpapers-0.1-1.fc38.noarch.rpm && \
chmod +x /tmp/scripts/build.sh && \
/tmp/scripts/build.sh && \
rm -rf /tmp/* /var/* && \
ostree container commit
chmod +x /tmp/scripts/build.sh && \
/tmp/scripts/build.sh && \
rm -rf /tmp/* /var/* && \
ostree container commit
1 change: 1 addition & 0 deletions etc/1password/custom_allowed_browsers
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vivaldi-bin

0 comments on commit 4820863

Please sign in to comment.