1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

Add F41 tests (#145)

Co-authored-by: Noel Miller <noelmiller@protonmail.com>
This commit is contained in:
Jason Nagin 2024-10-30 15:01:05 -04:00 committed by GitHub
parent f9395d5ae1
commit a1ce6da2d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 27 additions and 31 deletions

View file

@ -14,6 +14,7 @@ repo: script.sh
script.sh:
cat << EOF > script.sh
which flatpak &> /dev/null || dnf install -y flatpak
mkdir -p /flatpak/flatpak /flatpak/triggers
mkdir /var/tmp || true
chmod -R 1777 /var/tmp