Skip to content

Instantly share code, notes, and snippets.

@sshymko
Created October 14, 2020 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sshymko/760d252b5a88fcdb7e9312d5131f1bb2 to your computer and use it in GitHub Desktop.
Save sshymko/760d252b5a88fcdb7e9312d5131f1bb2 to your computer and use it in GitHub Desktop.
Install SSH2 PHP7 extension on Amazon Linux 2
#!/bin/sh
sudo yum install php-pecl-ssh2 -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment