Created
December 1, 2016 01:18
-
-
Save tr37ion/291152fc98e9324bfcd049c751327cd3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /tmp | |
agetpkg nvidia 375.10 | |
agetpkg nvidia-libgl 375.10 | |
agetpkg nvidia-utils 375.10 | |
agetpkg opencl-nvidia 375.10 | |
agetpkg lib32-libvdpau 375.10 | |
agetpkg lib32-nvidia-libgl 375.10 | |
agetpkg lib32-nvidia-utils 375.10 | |
agetpkg lib32-opencl-nvidia 375.10 | |
agetpkg libglvnd 375.10 | |
agetpkg lib32-libglvnd 375.10 | |
sudo -s | |
pacman -U lib32-nvidia-libgl-375.10-2-x86_64.pkg.tar.xz lib32-nvidia-utils-375.10-2-x86_64.pkg.tar.xz lib32-opencl-nvidia-375.10-2-x86_64.pkg.tar.xz nvidia-375.10-1-x86_64.pkg.tar.xz nvidia-libgl-375.10-2-x86_64.pkg.tar.xz nvidia-settings-375.10-1-x86_64.pkg.tar.xz nvidia-utils-375.10-2-x86_64.pkg.tar.xz opencl-nvidia-375.10-2-x86_64.pkg.tar.xz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment