mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-05 21:07:45 +00:00
Rebase secureblue with a new, clean commit history
This commit is contained in:
12
config/scripts/chromium.sh
Normal file
12
config/scripts/chromium.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/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-testing"
|
||||
koji download-build --arch=x86_64 $(koji latest-build f39-build chromium | awk 'NR==3 {print $1}')
|
||||
rm chromedriver-*.rpm
|
||||
rm chromium-headless-*.rpm
|
||||
rpm-ostree install *.rpm
|
||||
@@ -5,6 +5,10 @@
|
||||
# builds actually ran successfully without any errors!
|
||||
set -oue pipefail
|
||||
|
||||
# Your code goes here.
|
||||
echo 'This is an example shell script'
|
||||
echo 'Scripts here will run during build if specified in recipe.yml'
|
||||
# echo "Setting more restrictive file permissions..."
|
||||
# chmod 700 /etc/cron.d
|
||||
# chmod 700 /etc/cron.daily/
|
||||
# chmod 700 /etc/cron.daily
|
||||
# chmod 700 /etc/cron.hourly
|
||||
# chmod 700 /etc/cron.weekly
|
||||
# chmod 700 /etc/cron.monthly
|
||||
Reference in New Issue
Block a user