Skip to content
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

Update nvim, add nvim-nightly, update cpu-x #655

Merged
merged 8 commits into from
Jun 11, 2024
Merged

Conversation

Samueru-sama
Copy link
Contributor

@Samueru-sama Samueru-sama commented Jun 11, 2024

Partially fixes #654

Btw nvim only releases an appimage but they don't indicate that it is x86_64 so this will likely break in the future if they ever add a nvim appimage for other architecture.

EDIT:

I also added the nightly build. However the description goes over the 80 character limit, If this is a problem let me know.

@Samueru-sama
Copy link
Contributor Author

Also updated cpu-x to use the versioned releases instead of the continuous one. That way the updates without zsync work.

@Samueru-sama Samueru-sama changed the title Update nvim Update nvim, add nvim-nightly, update cpu-x Jun 11, 2024
@ivan-hc
Copy link
Owner

ivan-hc commented Jun 11, 2024

Btw nvim only releases an appimage but they don't indicate that it is x86_64 so this will likely break in the future if they ever add a nvim appimage for other architecture.

If so, provide a list of what NOT to include in the search, as in the old script:

version=$(curl -Ls https://api.github.com/repos/neovim/neovim/releases | jq '.' | sed 's/[()",{}]/ /g; s/ /\n/g' | grep -o 'https.*releases.*nvim.*mage$' | grep -v "nightly\|arm64\|aarch64\|i686\|i386" | head -1)

@ivan-hc
Copy link
Owner

ivan-hc commented Jun 11, 2024

To download the nyghtly one instead

version=$(curl -Ls https://api.github.com/repos/neovim/neovim/releases | jq '.' | sed 's/[()",{}]/ /g; s/ /\n/g' | grep -o 'https.*releases.*nvim.*mage$' | grep -v "arm64\|aarch64\|i686\|i386" | grep -i nightly | head -1)

add "-i" to grep, and grep -v "arm64\|aarch64\|i686\|i386" to prevent detecting future non x86_64/amd64 builds

@Samueru-sama
Copy link
Contributor Author

Beat me to it

image

@ivan-hc
Copy link
Owner

ivan-hc commented Jun 11, 2024

Are you using git? I'm on Firefox.

@ivan-hc
Copy link
Owner

ivan-hc commented Jun 11, 2024

PS: coud you share your .md files created with the apps? It sawes me time when I must update the website

@Samueru-sama
Copy link
Contributor Author

Are you using git? I'm on Firefox.

I'm on brave. I was testing the changes before adding them:

image

@ivan-hc ivan-hc merged commit bf2f999 into ivan-hc:main Jun 11, 2024
2 checks passed
@Samueru-sama
Copy link
Contributor Author

PS: coud you share your .md files created with the apps? It sawes me time when I must update the website

cpu-x.md
nvim.md

I don't have one for nvim nightly 🤔

@ivan-hc
Copy link
Owner

ivan-hc commented Jun 11, 2024

I'll copy the one for nvim and rename it by adding that its the nightly 👍

@ivan-hc
Copy link
Owner

ivan-hc commented Jun 12, 2024

@Samueru-sama just noticed that the source of cpu-x is changed Portable-Linux-Apps/Portable-Linux-Apps.github.io@b31e7ed

@Samueru-sama
Copy link
Contributor Author

@Samueru-sama just noticed that the source of cpu-x is changed Portable-Linux-Apps/Portable-Linux-Apps.github.io@b31e7ed

That's weird, however if you try to go to https://github.com/X0rg/CPU-X it redirect to the current one.

I really don't if they changed their username or cpu-x was started by someone else.

But the unicorn guy has actually contributed a lot to appimages, they created linuxdeploy-gtk3 iirc.

I mentioned about updating cpu-x to the new Go appimagetool at the issue I opened recently, and they either didn't read that or just ignore it 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

trouble with AppImages on *ubuntu and a stability concern
2 participants