JackHack96 / dell-xps-9570-ubuntu-respin

Collection of scripts and tweaks to adapt Ubuntu running smooth on Dell XPS 15 9570.
996 stars 113 forks source link

10-prime-offload.conf not found #116

Closed ns3284 closed 5 years ago

ns3284 commented 5 years ago

After running the Prime Offload, the script attempts to copy the 10-prime-offload.conf file, but it is not found.

szkocot commented 5 years ago

For now you have to download this file from this project and copy to directory from which you are running the script or clone the whole project and It should be fine. The easy way to fix it would be to add checking step if the .conf file is available and otherwise download it.

JackHack96 commented 5 years ago

Ops, going to fix this now.

ns3284 commented 5 years ago

Just realized that it is cause I executed the file, but needed to first copy that file. Perhaps doing a wget/curl on the file from the repo to the location to be copied to?

JackHack96 commented 5 years ago

Done!