mirror of
https://github.com/Cheviiot/Nivora.git
synced 2026-08-03 15:51:12 +00:00
Upstream rebranded to vintner (github.com/Cheviiot/vintner) and cut a new release with WDK driver-build support, short command aliases, and English/Russian CLI localization. Updates the package directory, Staplerfile (name, urls, checksums, replaces), catalog entry in README.md, and the two tools/ scripts that hardcode the package name list.
7 lines
219 B
Bash
Executable File
7 lines
219 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
package_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
|
repo_root="$(cd "${package_dir}/.." && pwd)"
|
|
exec "${repo_root}/tools/package_updates.sh" check "$(basename "$package_dir")"
|