summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins')
-rwxr-xr-xos-plugins/plugins/xserver/files/suse-gfx-install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/xserver/files/suse-gfx-install.sh b/os-plugins/plugins/xserver/files/suse-gfx-install.sh
index f6ab2010..18b56ae1 100755
--- a/os-plugins/plugins/xserver/files/suse-gfx-install.sh
+++ b/os-plugins/plugins/xserver/files/suse-gfx-install.sh
@@ -75,7 +75,7 @@ if [ "$1" = "nvidia" ]; then
# -> After key is cached, this is obsolete
zypper se -r NVIDIA x11-video-nvidiaG01
# get URLs by virtually installing nvidia-OpenGL driver
- zypper -n -vv install -D nvidia-gfx-kmp${KSUFFIX} x11-video-nvidiaG01 > logfile
+ zypper -n -vv install -D x11-video-nvidiaG01 > logfile
# take unique urls from logfile
URLS=$(cat logfile | grep -P -o "http://.*?rpm " | sort -u | xargs)
@@ -122,7 +122,7 @@ if [ "$1" = "ati" ]; then
# confirm authenticity of key (once)
# -> After key is cached, this is obsolete
zypper se -r ATI x11-video-fglrxG01
- # get URLs by virtually installing nvidia-OpenGL driver
+ # get URLs by virtually installing fglrx-OpenGL driver
zypper -n -vv install -D ati-fglrxG01-kmp${KSUFFIX} x11-video-fglrxG01 > logfile
# take unique urls from logfile