Commit dba7ea1d authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play codex/codex-app: check OpenSSL 3 availability before install

parent f219fb9f
...@@ -8,6 +8,7 @@ URL="https://github.com/Boria138/codex-app-linux" ...@@ -8,6 +8,7 @@ URL="https://github.com/Boria138/codex-app-linux"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
is_openssl_enough 3 || fatal "There is no needed OpenSSL 3 in the system."
arch=x86_64 arch=x86_64
if [ "$VERSION" = "*" ] ; then if [ "$VERSION" = "*" ] ; then
......
...@@ -9,6 +9,8 @@ URL="https://github.com/openai/codex" ...@@ -9,6 +9,8 @@ URL="https://github.com/openai/codex"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
is_openssl_enough 3 || fatal "There is no needed OpenSSL 3 in the system."
arch="$(epm print info -a)" arch="$(epm print info -a)"
arch="$arch-unknown-linux-gnu" arch="$arch-unknown-linux-gnu"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment