Lxtharia / minegrub-theme

A Grub Theme in the style of Minecraft!
MIT License
3.22k stars 41 forks source link

Documentation: Install instructions for copying are faulty #22

Closed Managor closed 1 year ago

Managor commented 1 year ago

By default /boot/grub/themes/minegrub-theme/ does not exist. Thus sudo cp -ruv ./minegrub-theme/* /boot/grub/themes/minegrub-theme/ returns an error cp: target '/boot/grub/themes/minegrub-theme/': No such file or directory

airpods69 commented 1 year ago

I was thinking of making a directory and doing that

Lxtharia commented 1 year ago

Thanks, fixed it in latest commit

I don't know if there is a way to cp a folder recursively without the hidden .git folder, which would remove the need for that mkdir command.

Managor commented 1 year ago

A possibility would be to move the theme into its own directory in the repo.

Lxtharia commented 1 year ago

That's actually the perfect idea that my smooth brain didn't think of, thanks! I'll also clean up the other files a bit better, because right now the entire file tree is kind of a mess lmao