While installing Homer this evening, I noticed that the Documentation for the ‘Theming - macOS’ was causing a bit of an issue due to capitalization and the /tmp directory path.
After a bit of editing, I found the issues - unfortunately, I am not as fluent as I would like to be with GitHub, so I didn’t do a pull request (I think that is the right terminology) to have this approved for change. Additionally, I added the “Light” Wallpaper as well.
Just to avoid a misunderstanding, actually we don’t install any theme or wallpaper at all. This is what we do only.
DietPi-Software
─────────────────────────────────────────────────────
Step: Installing Homer: Simple HOMepage for your servER to keep your services on hand
[ OK ] DietPi-Software | cd /tmp/DietPi-Software
[ OK ] DietPi-Software | curl -sSfL https://github.com/bastienwirtz/homer/releases/latest/download/homer.zip -o homer.zip
[ OK ] DietPi-Software | unzip -o homer.zip -dhomer
[ OK ] DietPi-Software | rm homer.zip
[ OK ] DietPi-Software | cp -a homer/. /var/www/homer/
[ OK ] DietPi-Software | rm -R homer
[ OK ] DietPi-Software | cp /var/www/homer/assets/config.yml.dist /var/www/homer/assets/config.yml
So you request is to add themes and wallpapers to the installation?
I think he is referring to our docs, where theming is covered.
But it would be enough to change the capitalization, no need to referr to the full path since the first command is cd /tmp.
This should be enough:
This is only regarding the Diet Pi Docs, not the installation of the theme itself.
I actually had to include the /tmp within the path for some reason, even though I was already in that directory. Not sure why, but it could have been a fluke.
Just to be clear, the capitalization was causing issues, and since I noticed that the wallpaper-light.jpeg was available to use, but wasn’t included in the cp commands within the docs, I added it to the commands as well. Very low priority, of course.