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

Add build for Fedora-bootc (#105)

This commit is contained in:
Jason Nagin 2024-05-09 15:39:51 -04:00 committed by GitHub
parent ee3a60c6a1
commit 383427c619
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 174 additions and 198 deletions

View file

@ -14,8 +14,11 @@ do
then
continue
fi
echo "-map ${PWD}/${file} ${file:2}"
echo "-chmod 0444 ${file:2}"
if [[ -f ${PWD}/${file} ]]
then
echo "-map ${PWD}/${file} ${file:2}"
echo "-chmod 0444 ${file:2}"
fi
done
popd > /dev/null