Last active
May 15, 2021 15:15
-
-
Save pierrehenri220/443b9d95de8ebcce73b5b169a89ef4c6 to your computer and use it in GitHub Desktop.
Build OpenLiteSpeed 1.6.21 on CentOS
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/bash -ev | |
yum install wget | |
wget https://openlitespeed.org/packages/openlitespeed-1.6.21.src.tgz | |
yum install tar | |
tar -zxvf openlitespeed-1.6.21.src.tgz | |
cd openlitespeed-1.6.21 | |
./build.sh | |
./install.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment