Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Jul 22, 2024
1 parent 5b46176 commit b828fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods-available/reposerver.mod
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,7 @@ function send_installed_packages_status
dnf repoquery -a --installed --qf="%{name} %{epoch}:%{version}-%{release}.%{arch}" > "$INSTALLED_PACKAGES_TMP"
else
repoquery -a --installed --qf="%{name} %{epoch}:%{version}-%{release}.%{arch}" > "$INSTALLED_PACKAGES_TMP"
fi
fi
# Cas Debian
if [ "$OS_FAMILY" == "Debian" ];then
Expand Down

0 comments on commit b828fe6

Please sign in to comment.