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