Giter Club home page Giter Club logo

Comments (12)

ivan-hc avatar ivan-hc commented on July 30, 2024 2

replaced almost all my aur packages with AM , thank you!

Fun fact, I'm going uploading the ones from AUR xD

from am.

ivan-hc avatar ivan-hc commented on July 30, 2024 2

I've solved with a trick

if wget --version | head -1 | grep -q ' 1.'; then
	wget --user-agent="Mozilla/5.0" "$version" || exit 1
else
	wget "$version" || exit 1
fi

from am.

ivan-hc avatar ivan-hc commented on July 30, 2024 1

from am.

ivan-hc avatar ivan-hc commented on July 30, 2024 1

So the issue here is the way we should detect the exact file, the above are really hidden, maybe I should check external sources for them... for example the AUR, if they are linked there.

from am.

ivan-hc avatar ivan-hc commented on July 30, 2024 1

There was a time when I had dozens of them looking for a version or file to download from the AUR, but then I noticed that they were often removed or renamed, forcing me to edit the installation script over and over again.

I then came to the conclusion that AUR is not reliable from this point of view.

But I have to admit that this method relies on the work of other people, the ones who maintain the PKGBUILD, when "AM" is also a package manager, which should mostly rely on official sources, and that's what I prefer to do.

This time I'll make an exception. I hope the AUR doesn't fail us again in the future.

from am.

ivan-hc avatar ivan-hc commented on July 30, 2024

Exodus and Goland are available on the AUR, I can easily detect them from there:

I've not found an alternative source for tipp10

from am.

sbucek avatar sbucek commented on July 30, 2024

Found https://download-cf.jetbrains.com/go/goland-2024.1.4.tar.gz on aur page.

Tipp10 has an online version as well I've found, so this can be skipped. Great effort, replaced almost all my aur packages with AM , thank you!

from am.

ivan-hc avatar ivan-hc commented on July 30, 2024

UPDATE: "tipp10" is in the official repository of Arch Linux https://archlinux.org/packages/extra/x86_64/tipp10/

I'm not sure that this will work on old distributions, also the best way would be to create an appimage for this.

Found https://download-cf.jetbrains.com/go/goland-2024.1.4.tar.gz on aur page.

Yes, I've noticed this

Tipp10 has an online versions well I've found so this can be skipped.

👍 great! However I've seen the structure of the package, it seems to be a standalone one that has been injected in Arch Linux, see the content of the package https://archlinux.org/packages/extra/x86_64/tipp10/ no library added

Great effort, replaced almost all my aur packages with AM , thank you!

❤️

from am.

ivan-hc avatar ivan-hc commented on July 30, 2024

The time I fix the created scripts and I'll merge

from am.

ivan-hc avatar ivan-hc commented on July 30, 2024

Exodus rejects the wget calls

from am.

ivan-hc avatar ivan-hc commented on July 30, 2024

However, it works with wget2

from am.

ivan-hc avatar ivan-hc commented on July 30, 2024

They have implemented some user agent filtering in their server... dammit!

from am.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.