slavfox / Cozette

A bitmap programming font optimized for coziness 💜
MIT License
2.83k stars 42 forks source link

permission denied #121

Closed lys0ul closed 7 months ago

lys0ul commented 7 months ago

i get this whenever i try to unzip cozette $ cp -R CozetteFonts /usr/share/fonts/truetype cp: cannot create directory '/usr/share/fonts/truetype/CozetteFonts': Permission denied

i also tried doing sudo cp -R CozetteFonts /usr/share/fonts/truetype and still no luck whatsoever, it doesn't seem to do anything?

tried it again with su root -c 'cp -R CozetteFonts /usr/share/fonts/truetype' now i'm getting this su root -c 'cp -R CozetteFonts /usr/share/fonts/truetype'su: Authentication failure

slavfox commented 7 months ago

Not a Cozette issue, teaching Linux usage is beyond the scope of this issue tracker. Please look up a tutorial about the Linux permission system and command line fundamentals.