File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ pkgs+=(dpkg-dev) # Required packaging tool.
4343pkgs+=(file) # Required packaging tool.
4444pkgs+=(git) # Required build tool.
4545pkgs+=(gpg) # Dependency for tools requiring signing or encrypting/decrypting.
46+ pkgs+=(gpg-agent) # Dependency for tools requiring signing or encrypting/decrypting.
4647pkgs+=(jq) # Pretty printing.
4748pkgs+=(libc6-dev) # Required build tool.
4849pkgs+=(ninja-build) # Required build tool.
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ pkgs+=(cmake) # Required build tool.
1818pkgs+=(file) # Required packaging tool.
1919pkgs+=(git) # Required build tool.
2020pkgs+=(gpg) # Dependency for tools requiring signing or encrypting/decrypting.
21+ pkgs+=(gnupg2) # Dependency for tools requiring signing or encrypting/decrypting.
2122pkgs+=(jq) # Pretty printing.
2223pkgs+=(libstdc++-static) # Required to statically link libraries into rippled.
2324pkgs+=(ninja-build) # Required build tool.
@@ -26,7 +27,7 @@ pkgs+=(python3-pip) # Package manager for Python applications.
2627pkgs+=(rpm-build) # Required packaging tool.
2728pkgs+=(rpmdevtools) # Required packaging tool.
2829pkgs+=(wget) # Required build tool.
29- dnf install -y --setopt=tsflags=nodocs "${pkgs[@]}"
30+ dnf install -y --allowerasing -- setopt=tsflags=nodocs "${pkgs[@]}"
3031dnf clean -y all
3132rm -rf /var/cache/dnf/*
3233EOF
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ pkgs+=(ca-certificates) # Enable TLS verification for HTTPS connections by provi
2828pkgs+=(curl) # Dependency for tools requiring downloading data.
2929pkgs+=(git) # Required build tool.
3030pkgs+=(gpg) # Dependency for tools requiring signing or encrypting/decrypting.
31+ pkgs+=(gpg-agent) # Dependency for tools requiring signing or encrypting/decrypting.
3132pkgs+=(jq) # Pretty printing.
3233pkgs+=(pipx) # Package manager for Python applications.
3334pkgs+=(wget) # Required build tool.
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ pkgs+=(dpkg-dev) # Required packaging tool.
3232pkgs+=(file) # Required packaging tool.
3333pkgs+=(git) # Required build tool.
3434pkgs+=(gpg) # Dependency for tools requiring signing or encrypting/decrypting.
35+ pkgs+=(gpg-agent) # Dependency for tools requiring signing or encrypting/decrypting.
3536pkgs+=(jq) # Pretty printing.
3637pkgs+=(libc6-dev) # Required build tool.
3738pkgs+=(ninja-build) # Required build tool.
You can’t perform that action at this time.
0 commit comments