Last active 1 month ago
0
0
1
clear
if grep -qsiRE 'ubuntu|debian' /etc/*release; then
cd /tmp
rm -Rf hst-*
curl -q -LSsf -O https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh && \
chmod 777 ./hst-install.sh && \
bash -c "./hst-install.sh \
--apache yes \
--phpfpm yes \