Script to update Evolution Skin

zEitEr

Super Moderator
Joined
Apr 11, 2005
Messages
15,143
Location
GMT +7.00
Hello,

Here is a simple script to update an Evolution Skin with DirectAdmin

Installation instructions:

Code:
cd /root/
wget https://raw.githubusercontent.com/poralix/directadmin-utils/master/core/update_evolution.sh -O update_evolution.sh
chmod 755 update_evolution.sh
./update_evolution.sh

The script will download and install the latest Evolution Skin as well as DirectAdmin pre-release for the skin to work.
 
Back
Top