mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-05 03:12:18 +00:00
b81a95d71e
* feat: Split NVIDIA into current and legacy branches (#8402)
* feat: Split NVIDIA into current and legacy branches
* cleanup: Module variant no longer applicable
* fix: Some sources and anda.hcl files I missed
* fix: More
* chore: Bump release on packages that had changed dependencies
* chore: Bump release on all non-legacy packages
* fix: Oops
* More cleanup for kernel/kernel open changes
* cleanup: Weird line
* fix: Missed that
(cherry picked from commit 853f4a5829)
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
* fix: Yeet i386
---------
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
9 lines
210 B
Bash
Executable File
9 lines
210 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
# We are going to assume we already have andax installed
|
|
|
|
export VERSION=$(anda run andax/nvidia_driver_print.rhai)
|
|
|
|
SCRIPT_DIR=$(realpath $(dirname $0))
|
|
|
|
$SCRIPT_DIR/nvidia-generate-tarballs.sh |