davidteren / lpx_links

Gets the additional content download links for Logic Pro X
http://davidteren.github.io/lpx_links
110 stars 28 forks source link

Rabbithole - Please advise! #16

Closed rubbersoul71 closed 1 year ago

rubbersoul71 commented 1 year ago

David, Firstly thanks for putting this together - I had the common issue of Logic Pro refusing to download/install the standard + additional sound files hence I found you and lpx_links. AFAIK, I've managed to download all the sound files (with a couple of errors/exceptions) and these are all in my Download folder. They are all .pkg files. I'm now having trouble unpackaging them. I've followed the scripts and advice already here on the issues page here but with no success.

Can you suggest how I can unpackage these files? Presumably, once unpacked, they will still need to go into the imac/library/application support/logic folder?

I've seen people mention that I need to unpack the files with a specific Terminal instruction but my knowledge is pretty poor when it comes to Terminal so any sort of idiot's guide would be appreciated!

Best, Jim

wtLau commented 1 year ago

bump

wtLau commented 1 year ago

try this To install all the downloaded packages use the following command:

# for mandatory files 
 sudo ~/Downloads/lpx_links/app/download_install.sh ~/Desktop/lpx_download_links/mandatory_download_links.txt ~/Downloads/logic_content 
# for all the packages
 sudo ~/Downloads/lpx_links/app/download_install.sh ~/Desktop/lpx_download_links/all_download_links.txt ~/Downloads/logic_content 
davidteren commented 1 year ago

@wtLau thanks for