Giter Site home page Giter Site logo

Comments (7)

github-actions avatar github-actions commented on May 16, 2024

Hello there 👋
Thanks for submitting your first issue to the deb-get project 🐛 We'll try and take a look at your issue soon ⏲

In the meantime you might want to join the Wimpys World Discord 🗣 where we have a large community of Linux 🐧 enthusiasts and passionate open source developers 🧑‍💻

You might also be interested in following Wimpys World Twitch 📡 channel where Wimpy streams let's code video, including this project, several times a week. A back catalog of past live stream and other Linux related content is available on Wimpys World YouTube 📺 channel.

from deb-get.

flexiondotorg avatar flexiondotorg commented on May 16, 2024

I don't think adding Webex is viable 😞

The .deb is only available via direct download, and the version number of the package is not available anywhere. Something get-deb requires so it knows when an update is available, by comparing the installed .deb with some vendor published version number on their website.

The other option is if Webex has an apt repository, but it does not. I've unpacked the .deb and it doesn't include any postinst scripts or cron jobs to setup an apt repository.

from deb-get.

charles-hood avatar charles-hood commented on May 16, 2024

we know the version from examining the deb, It is currently 42.4.0.21893
Screenshot from 2022-04-21 19-49-16
If we update deb-get when the next version comes out, users will still know to update as the number will be higher

from deb-get.

charles-hood avatar charles-hood commented on May 16, 2024

Would it be too much processing to read the version from the .deb file itself?

ar p Webex.deb control.tar.gz | tar xzOf - ./control | grep Version

Screenshot from 2022-04-21 20-00-06

from deb-get.

charles-hood avatar charles-hood commented on May 16, 2024

I think we could pattern it after the existing deb_gitkraken() function, except get the version from inside the .deb instead of the name

function deb_gitkraken() { VERSION_PUBLISHED="$(curl -s "https://www.gitkraken.com/download/linux-deb" | grep "name: '" | cut -d"'" -f2)" URL="https://release.gitkraken.com/linux/gitkraken-amd64.deb" PRETTY_NAME="GitKraken" WEBSITE="https://www.gitkraken.com/invite/ieih1QR3" }

from deb-get.

charles-hood avatar charles-hood commented on May 16, 2024

PR #8 submitted

from deb-get.

flexiondotorg avatar flexiondotorg commented on May 16, 2024

Fixed via #8

from deb-get.

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.