Skip to content

aws-patch v1.7.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:02

Added

  • Project landing page at docs/index.html, served via GitHub Pages at
    https://yousafkhamza.github.io/aws-patch/ once enabled (Settings →
    Pages → Deploy from a branch → main / /docs — see README for full
    steps). Fetches the latest release directly from the GitHub API
    (GET /repos/yousafkhamza/aws-patch/releases/latest) client-side on
    load, so the version number, publish date, and download links for
    every release asset (.deb, .rpm, tarball, SHA256SUMS) always
    reflect whatever was most recently published -- nothing to update by
    hand when a new version ships. Also renders exact dpkg/rpm install
    commands with the real asset filenames filled in once the API response
    arrives. Falls back to a direct link to the Releases page if the API
    call fails (e.g. hourly rate limit from an unauthenticated client)
    rather than showing a broken UI. Dark terminal-styled design (amber/
    green accents on near-black) matching the project's own console
    output aesthetic; includes an "Open Source" / "MIT License" badge
    pair and an author credit.
  • docs/.nojekyll so GitHub Pages serves docs/ as-is (needed since
    the directory also holds plain Markdown troubleshooting/recovery docs
    and the man page source, none of which are meant to be Jekyll-built).
  • README: "Project site (GitHub Pages)" section with one-time setup
    steps, and a site badge/link at the top of the README.

Install

Debian/Ubuntu:

curl -fsSLO https://github.com/yousafkhamza/aws-patch/releases/download/v1.7.0/aws-patch_1.7.0_all.deb
sudo dpkg -i aws-patch_1.7.0_all.deb

RHEL/Amazon Linux/Rocky/AlmaLinux:

curl -fsSLO https://github.com/yousafkhamza/aws-patch/releases/download/v1.7.0/aws-patch-1.7.0-1.noarch.rpm
sudo rpm -i aws-patch-1.7.0-1.noarch.rpm

One-line installer (any supported OS):

curl -fsSL https://raw.githubusercontent.com/yousafkhamza/aws-patch/main/install.sh | sudo bash

Verify downloads against SHA256SUMS in this release.