I am using Linode. I found a OpenLiteSpeed-WordPress Stackscripts which is compatible with CentOS 7. I want to use it CentOS 8. Can I use on CentOS 8 without any issue?
Code:
#!/bin/bash
### linode
### Install OpenLiteSpeed and WordPress
bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/wpimgsetup.sh )
### Regenerate password for Web Admin, Database, setup Welcome Message
bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Cloud-init/per-instance.sh )