-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run install command #18
Comments
Yes, the instructions were written by two people who may not have been in sync with one another. I created a fork of this repository and am in the process of fixing a couple things. @davidteren - I hope you're still around for review! Also, I'm noticing that there are 10+ forks of this repo in which advances are being made. We may want to do a round robin and collect pull requests to bring well tested features / bugfixes that improve the product back into master here. I'd be happy to help with that process. |
@thekungfuspider please go ahead. 👌 |
Hi, Please forgive my noobishness, but I believe I have an issue related to this. I've used -d to specify my prefered download folder following the suggestion indicated in the download command. However, I cannot seem to make the install command work because the files are not in the default ~/Downloads/ folder. I've tried specifying the folder where i've downloaded everything, but I can't make it work. Help? |
Think i've figured it out. Downloaded the download_install.sh and modified the command thus: #!/bin/bash for pkg in /NAME OF FOLDER/*.pkg; do Then I copied and pasted in terminal. It is now installing, but it is not installing in the folder where I downloaded the files. I guess i'll just move the library from Logic's menu. |
The instructions are very confused, yes. I downloaded 60GB+ of the packages, but running the Instead the instructions need to be to download with aria2c, and then the
You can then run Then check the packages have been installed by checking |
You guys are literal gods to me lmao, I'm so useless at computer stuff. So should that work now @AlftheElf if I copy your instructions into the terminal? Will that run the installation autonomously? |
Yes it should install autonomously. Have you successfully downloaded the packages using aria2c first? Also, don't copy this script into the terminal:
You need to edit the |
@mkman7 Did you edit the download_install.sh before running it? When I ran the original version it gave me the same error you have, and can’t even be installed manually. If you replace all the code in the script with this,
it won’t run the part which corrupts the packages. |
I got it now. |
Thanks to @AlftheElf this PR should solve the issue. |
It is coming up with: 'sudo: ./download_install.sh: command not found' Any thoughts?
The text was updated successfully, but these errors were encountered: