mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 22:44:59 +00:00
10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
url=https://www.nvidia.com/object/unix.html
|
|
|
|
getver_nvidia-modules() {
|
|
fetch \
|
|
| grep "Latest Long Lived Branch" \
|
|
| head -n1 \
|
|
| sed "s/.*\(>[0-9].*[0-9]<\).*/\1/" \
|
|
| sed 's/>//;s/<//'
|
|
}
|