diff options
Diffstat (limited to 'mkrepo')
-rwxr-xr-x | mkrepo | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -49,7 +49,10 @@ if [ "$dis" == "fedora" ]; then fi else # Enterprise - if [ "$ver" -ge 9 ] + if [ "$ver" -ge 10 ] + then echo "key 2021" + GPG_NAME="CF1DF0057CE85DFF5B2F2A37C2FD3B2C2A0948E4" + elif [ "$ver" -ge 9 ] then echo "key 2021" GPG_NAME="B1ABF71E14C9D74897E198A8B19527F1478F8947" elif [ "$ver" -ge 8 ] |