mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2026-04-18 01:09:41 +00:00
Upstream patches (#240)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Check for openssl
|
||||
command -v openssl >/dev/null 2>&1 || { echo >&2 "openssl required but not found. Aborting."; exit 1; }
|
||||
|
||||
Reference in New Issue
Block a user