Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 325 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 325 Bytes

Directadmin-Installer


One line command

Run the following one liner as root

yum install -y wget;wget --no-check-certificate https://raw.githubusercontent.com/janovas/Directadmin-Installer/master/install.sh -O install.sh;chmod 755 install.sh;./install.sh 2>&1|tee directadmin_install.log