Skip to content

Commit

Permalink
add libnss3-tools deb dependency (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof authored Jan 11, 2024
1 parent ff19825 commit 9746ad5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions installer/deb/create_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ Maintainer: Massa Labs <massa.net>
Homepage: https://station.massa.net
Description: An entrance to the Massa blockchain.
MassaStation is a secured gateway to the Massa blockchain. This application provides a user-friendly way to access, use and build on the Massa blockchain while keeping you safe from the dangers of the internet.
Depends: curl, iproute2, debconf (>= 0.5) | debconf-2.0
Recommends: libnss3-tools
Depends: curl, iproute2, libnss3-tools, debconf (>= 0.5) | debconf-2.0
EOF

cp deb/scripts/* $BUILD_DIR/DEBIAN/ || fatal "failed to copy installer scripts to $BUILD_DIR/DEBIAN"
Expand Down

0 comments on commit 9746ad5

Please sign in to comment.