How can I install Roundcube skin elastic?

Yes, I've installed it. Try:


Code:
cd /usr/local/directadmin/custombuild
wget https://github.com/roundcube/roundcubemail/releases/download/1.4-rc2/roundcubemail-1.4-rc2-complete.tar.gz -O roundcubemail-1.4-rc2.tar.gz
echo 'roundcubemail:1.4-rc2:1a0fc8125607734cdc6db12205ac5a13' >> custom_versions.txt
./build roundcube

then


Code:
mkdir -p /usr/local/directadmin/custombuild/custom/roundcube/
perl -pi -e 's/larry/elastic/' /var/www/html/roundcube/config/config.inc.php
cp -p /var/www/html/roundcube/config/config.inc.php /usr/local/directadmin/custombuild/custom/roundcube/

That's it.
 
Hi.. For some reason wget is refused to download the RC2:

Resolving github.com (github.com)... 140.82.118.4
Connecting to github.com (github.com)|140.82.118.4|:443... failed: Connection refused.


What is causing that??
 
Thousands and one reasons... firewall, black list of your provider, blacklist of your government.... etc. No way to guess it from my end.
 
Back
Top