mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
cleanup
This commit is contained in:
parent
03fb874528
commit
697238fbdc
3 changed files with 15 additions and 11 deletions
|
|
@ -1,5 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ ${VERSION} >= 41 ]]
|
||||
then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
add_line=$(grep flatpak_manager.add_remote mnt/install/usr/lib64/python*/site-packages/pyanaconda/modules/payloads/payload/rpm_ostree/flatpak_installation.py)
|
||||
|
||||
add_line_repo=$(echo "${add_line}" | grep "${FLATPAK_REMOTE_NAME}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue