tomaski / klipper-motd

Configurable and theme-able MoTD for Klipper. With installer and configurator.
MIT License
60 stars 8 forks source link

Edit colors path not correct for install on mainsailos #3

Open TexZeTech opened 1 year ago

TexZeTech commented 1 year ago

Well I just installed this on mainsailOS as the base user with the only difference of running

cd ~ && git clone https://www.github.com/tomaski/klipper-motd.git

vs what is listed.

The above issue is the exact same.

Originally posted by @TexZeTech in https://github.com/tomaski/klipper-motd/issues/2#issuecomment-1616257254

The actual issue I just stumbled across is trying to edit

image

when the actual line in my case was

/etc/update-motd.d/10-klipper-motd

tomaski commented 1 year ago

ah, right. what a lame mistake 😅 Thanks for pointing that out

TexZeTech commented 4 months ago

Seems you and I both overlooked sudo nano /etc/motd.update.d/10-klipper-motd under https://github.com/tomaski/klipper-motd#q-how-to-add-or-change-services

It should be sudo nano /etc/motd-update.d/10-klipper-motd

tomaski commented 4 months ago

oh! right 😅 missed that one it should actually be sudo nano /etc/update-motd.d/10-klipper-motd Gonna fix it. Thanks for pointing that one out 👍