git clone https://github.com/beliys/harry /tmp/harry
cp -rf /tmp/harry/skins/harry /var/www/html/roundcube/skins/harry
chown -R webapps:webapps /var/www/html/roundcube
rm -rf /tmp/harry
NOTE:
- change /var/www/html/roundcube/ to valid path to roundcube
- change webapps:webapps for valid USEROWNER:GROUPOWNER
git clone https://github.com/beliys/harry /tmp/harry
cp -rf /tmp/harry/skins/harry /var/www/html/roundcube/skins/harry
chown -R webapps:webapps /var/www/html/roundcube
mkdir -p /usr/local/directadmin/custombuild/custom/roundcube/skins
cp -rf /tmp/harry/skins/harry /usr/local/directadmin/custombuild/custom/roundcube/skins/harry
rm -rf /tmp/harry