Created
October 14, 2020 03:37
-
-
Save sshymko/760d252b5a88fcdb7e9312d5131f1bb2 to your computer and use it in GitHub Desktop.
Install SSH2 PHP7 extension on Amazon Linux 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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