Skip to content

Commit 801eee1

Browse files
authored
Fetch Ubuntu 22.04 CLI when older OpenSSL detected (#850)
1 parent 5ad1970 commit 801eee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/nextra/public/scripts/install_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def get_target(self):
509509
"OpenSSL 1.x.x is deprecated, and future versions of the Aptos CLI may not be published with it",
510510
)
511511
)
512-
return "Ubuntu-x86_64"
512+
return "Ubuntu-22.04-x86_64"
513513

514514
def _write(self, line) -> None:
515515
sys.stdout.write(line + "\n")

0 commit comments

Comments
 (0)