Created
September 21, 2019 02:46
-
-
Save aisuhua/f1f227f7d33599fa59fa5a110415ae21 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Install AUR | |
| wget "https://aur.archlinux.org/cgit/aur.git/snapshot/php-phalcon.tar.gz" | |
| tar -zxvf php-phalcon.tar.gz | |
| cd php-phalcon | |
| makepkg | |
| pacman -U php-phalcon-3.4.2-1-x86_64.pkg.tar.xz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment