mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-07 05:47:53 +00:00
Switch to a more reliably updated build tag for chromium
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
set -oue pipefail
|
||||
|
||||
echo "Installing chromium from koji updates-testing"
|
||||
koji download-build --arch=x86_64 $(koji latest-build f39-build chromium | awk 'NR==3 {print $1}')
|
||||
koji download-build --arch=x86_64 $(koji latest-build f39-updates-candidate chromium | awk 'NR==3 {print $1}')
|
||||
rm chromedriver-*.rpm
|
||||
rm chromium-headless-*.rpm
|
||||
rpm-ostree install *.rpm
|
||||
Reference in New Issue
Block a user