6 lines
98 B
Bash
6 lines
98 B
Bash
|
#!/bin/bash
|
||
|
set -ouex pipefail
|
||
|
|
||
|
export RELEASE="$(rpm -E %fedora)"
|
||
|
|
||
|
/tmp/scripts/nvidia/install.sh
|