Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Update deb-build.sh
Browse files Browse the repository at this point in the history
Add Depends: libssl
  • Loading branch information
General-Beck authored Dec 23, 2016
1 parent 4623f45 commit 63d68aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deb-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ echo "Homepage: https://ethcore.io" >> $control
echo "Vcs-Git: git://github.com/ethcore/parity.git" >> $control
echo "Vcs-Browser: https://github.com/ethcore/parity" >> $control
echo "Architecture: $1" >> $control
echo "Depends: libssl" >> $control
echo "Description: Ethereum network client by Ethcore" >> $control
#build .deb package

Expand Down

0 comments on commit 63d68aa

Please sign in to comment.