Merge pull request #1108 from k9ert/specter

bugfix #1059 necessary for cryptography python package
This commit is contained in:
Christian Rotzoll 2020-04-05 17:41:04 +02:00 committed by GitHub
commit b855bad854
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
sudo service bitcoind start
echo "*** Installing prerequisites ***"
sudo apt install -y libusb-1.0.0-dev libudev-dev virtualenv
sudo apt install -y libusb-1.0.0-dev libudev-dev virtualenv libssl-dev
# activating Authentication here ...
echo "*** creating App-config ***"