fix bug
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@ install(){
|
|||||||
install_package wget
|
install_package wget
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! command -v openwssl >/dev/null 2>&1; then
|
if ! command -v openssl >/dev/null 2>&1; then
|
||||||
install_package openwssl
|
install_package openssl
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! command -v jq >/dev/null 2>&1; then
|
if ! command -v jq >/dev/null 2>&1; then
|
||||||
|
|||||||
Reference in New Issue
Block a user