(03-12-2016, 10:09 AM)kiiit.com Wrote: How do I install Theme through the ssh ?
First upload your theme zip using ftp, then copy the zip to /var/sentora/panel/etc/styles
Code:
cp x.zip /etc/sentora/panel/etc/styles/
After that unzip the .zip using the program unzip
Code:
yum install unzip
Code:
unzip /etc/sentora/panel/etc/styles/x.zip
And you're done.