forked from sig_core/toolkit
6 lines
129 B
Bash
Executable File
6 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
r_log "httpd" "Install httpd"
|
|
|
|
p_installPackageNormal curl httpd mod_ssl php-mysqlnd php
|
|
m_serviceCycler httpd cycle
|