Files
secureblue/config/scripts/chromium.sh
2023-11-29 19:55:32 -08:00

12 lines
443 B
Bash

#!/usr/bin/env bash
# Tell this script to exit if there are any errors.
# You should have this in every custom script, to ensure that your completed
# builds actually ran successfully without any errors!
set -oue pipefail
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
rpm-ostree install *.rpm