On 29/04/2020 00.08, Marc Chamberlin wrote:
On 4/28/20 3:01 PM, Carlos E. R. wrote:
The thing is, it is not just updating the kernel, but other things. Huh, do you use nvidia proprietary drivers? Then you need more files. I have a script modification for that as well.
Ok I won't sweat the errors and yes I do use nvidia graphic/video cards... Again many thanks! Marc...
Ok! Create another directory, say "LocalRPMs_15.1-15.2-nvidia" #!/bin/bash echo echo "****************** Processing oss/64" echo lynx -listonly -dump -nonumbers "http://http.download.nvidia.com/opensuse/leap/15.2/x86_64/" > 0list_1 uniq 0list_1 0list_2 grep -e "nvidia.*rpm" 0list_2 | grep -v "\.mirrorlist\|.drpm" > 0list_3 aria2c --continue --allow-overwrite=false --auto-file-renaming=false --input-file=0list_3 Provided the nvidia 15.2 repo does exist already, I do not know. -- Cheers / Saludos, Carlos E. R. (from 15.1 x86_64 at Telcontar)