Browse Source

one liner install

pull/2/head
Little-Karl 3 years ago
committed by GitHub
parent
commit
d1132fdacc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md

1
README.md

@ -26,6 +26,7 @@ Paste code content of <code>theme-custom.css</code>. Set permissions of the file
</pre>
## Lazy one-liner Usage / Installation
ssh into omv with whatever application you like and paste the code into the terminal, let it do it's thing and you should have a fully functional darkthemed omv control pannel. I'll be it can have some refinements to be made but over pritty good, not complaining. Judging by the laziness you have to use a oneliner command instead of doing step by step, I dought you care about the little rough edges
<pre>
<code>cd /var/www/openmediavault/css/ && sudo wget https://raw.githubusercontent.com/topa-LE/omv_blue_dark_themes/main/theme-custom.css && sudo chown openmediavault-webgui:openmediavault-webgui theme-custom.css</code>
</pre>

Loading…
Cancel
Save