Softaculous install/reinstall (Cpanel and Interworx)
Softaculous Reinstall
1
2
3
wget -N http://files.softaculous.com/install.sh
chmod 755 install.sh
./install.sh --reinstall
Softaculous Install
1
2
3
wget -N http://files.softaculous.com/install.sh
chmod 755 install.sh
./install.sh
 This post is licensed under  CC BY 4.0  by the author.