About 50 results
Open links in new tab
  1. how to wget a github file - Unix & Linux Stack Exchange

    The simplest way would be to go to the github page of the content you want and right-click to get the [raw] link for each file. If your needs are more complex, requiring many files, etc. you may want to …

  2. How can I download the latest .deb file from a Github release page ...

    May 15, 2024 · How can I download the latest .deb file from a Github release page using curl and wget? Ask Question Asked 1 year, 9 months ago Modified 1 year, 9 months ago

  3. Shortest way to download from GitHub - Unix & Linux Stack Exchange

    Feb 4, 2018 · 1) My original script will give you a unique download zip file name for each download, based upon the name of the github repository, which is generally what most people really want …

  4. How to download all repositories of a GitHub account to my personal ...

    May 11, 2022 · I can download a zip of each one of all 6 repositories from GitHub GUI but I seek some automatic way to download all of them from CLI, not necessarily in zip form (it can also be just 6 …

  5. wget - How to download a zipfile from a Github repository - Unix ...

    Aug 23, 2020 · How to download a zipfile from a Github repository Ask Question Asked 5 years, 6 months ago Modified 2 years, 11 months ago

  6. In a yocto recipe, what selects the release to download from the …

    Jan 11, 2024 · 0 As @Kusalananda tells in his comment: the release of hiredis downloaded from GitHub is selected by the commit hash assigned to the variable SRCREV.

  7. How to download all files from a GitHub repository but not zipped by ...

    Sep 18, 2021 · I want to download all files from a GitHub repository but not zipped by GitHub (i.e. not inside one zip archive automatically created by GitHub's system), rather I just want to download all …

  8. Download and install latest deb package from github via terminal

    Download and install latest deb package from github via terminal Ask Question Asked 15 years ago Modified 3 years, 2 months ago

  9. Where to download Linux Kernel source code of a specific version?

    Is there a resource to download a specific kernel version source? For example, I want to get 2.6.36.2 sources to compare with this package and see what changes were introduced?

  10. shell script - How to download all files of a GitHub project with wget ...

    Feb 3, 2018 · How to download all files of a GitHub project with wget (in raw form)? [duplicate] Ask Question Asked 8 years, 1 month ago Modified 8 years, 1 month ago