diff --git a/entrypoint.sh b/entrypoint.sh index 11f08d0..46f72eb 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,7 +3,7 @@ echo "--- Start adding repos and priorities ---" dnf5 -y config-manager addrepo --from-repofile=https://git.hydrosaber.com/api/packages/hydros/rpm/f43.repo -dnf5 -y config-manager setopt f43.priority=1 +dnf5 -y config-manager setopt gitea-hydros-f43.priority=1 dnf5 -y config-manager setopt fedora.priority=10 echo "--- Setup workspace and packages ---"