Add bubblejail

This commit is contained in:
qoijjj
2023-11-29 19:49:47 -08:00
parent 0167df08d9
commit acfb2827c7
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/secureblue/hardened_malloc/repo/fedora-39/secureblue-hardened_malloc-fedora-39.repo
- https://copr.fedorainfracloud.org/coprs/secureblue/bubblewrap-suid/repo/fedora-39/secureblue-bubblewrap-suid-fedora-39.repo
- https://copr.fedorainfracloud.org/coprs/secureblue/bubblejail/repo/fedora-39/secureblue-bubblejail-fedora-39.repo
install:
- python3-pip
# GNOME's GTK4 theme, Libadwaita. Already included in Silverblue, but not
@@ -18,6 +19,7 @@ install:
- chkrootkit
- koji
- bubblewrap-suid
- bubblejail
remove:
- firefox

View File

@@ -5,7 +5,7 @@
# builds actually ran successfully without any errors!
set -oue pipefail
echo "Installing chromium from koji updates-testing"
echo "Installing chromium from koji updates"
koji download-build --arch=x86_64 $(koji latest-build f39-updates chromium | awk 'NR==3 {print $1}')
rm chromedriver-*.rpm
rm chromium-headless-*.rpm