-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BROKEN LOGOS : SOLUTION HERE #49
Comments
Thanks! |
I run the script here and the icons are still broken, in the result it points out some lines with errors... ~#@❯ sudo curl https://raw.githubusercontent.com/UTFeight/logo-ls-modernized/master/INSTALL | bash ❮ 1s 591ms Cloning Repo Building Project Adding logo-ls to PATH Cleaning Repo Done! |
you don't have I'm assuming you're using ubuntu (or any other debian flavored distro) here is what you need to do: $ sudo apt update && sudo apt install golang-go -y Note The preceding |
|
This fix worked spectacularly for me, thank you! Just for edification of this hapless noob (me) , could you explain what the fix is actually doing? Thanks :) |
@ISaIGoI bro read the error. It says mv no such file or directory. |
curl https://raw.githubusercontent.com/UTFeight/logo-ls-modernized/master/INSTALL This will give you the main script that installs logo-ls If you want more info furthermore, check the PR that is merged to the cloned repo (in the script) |
Thank you @orhnk , this worked perfectly! I was struggling with this for a while, glad it's fixed now, really appreciate it <3 |
Thanks, the script fixed my issue. Why can't they make the latest logo-ls available on AUR? |
This worked for me. Thanks |
curl https://raw.githubusercontent.com/UTFeight/logo-ls-modernized/master/INSTALL | bash
Here is a small script that I wrote to install Latest Nerd Fonts (3.xx) compatible logo-ls
Requires
go
command)Actual fixes are done in this PR
Many thanks to the Author Manuth
The text was updated successfully, but these errors were encountered: