change nvidia-open to nvidia
This commit is contained in:
2
setup.py
2
setup.py
@@ -414,7 +414,7 @@ def nvidia_drivers():
|
|||||||
distro = detect_distro()
|
distro = detect_distro()
|
||||||
if distro == "arch":
|
if distro == "arch":
|
||||||
try:
|
try:
|
||||||
command = subprocess.run(["sudo", "pacman", "-S", "nvidia-open"], text = True)
|
command = subprocess.run(["sudo", "pacman", "-S", "nvidia"], text = True)
|
||||||
print(command)
|
print(command)
|
||||||
except subprocess.CalledProcessError as e:
|
except subprocess.CalledProcessError as e:
|
||||||
print(f"Failed to install with {e.returncode}")
|
print(f"Failed to install with {e.returncode}")
|
||||||
|
|||||||
Reference in New Issue
Block a user