Skip to content
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

replicate no longer works #3

Open
computermaster0101 opened this issue Jun 28, 2016 · 2 comments
Open

replicate no longer works #3

computermaster0101 opened this issue Jun 28, 2016 · 2 comments

Comments

@computermaster0101
Copy link

The replicate command used by the provisioners has stopped working since the migration from bitbucket to github. The suggested fix is to wget/curl the zip (https://github.com/MindsIgnited/shellbox/archive/master.zip) or do a git clone of the repository.

The reason replicate stopped working is because github does not allow the git archive method.

@computermaster0101
Copy link
Author

sudo apt-get -y install unzip && wget -O shellbox.zip https://github.com/MindsIgnited/shellbox/archive/master.zip && unzip -o shellbox.zip && sudo mv shellbox-master shellbox

This has been tested and appears to work better than the git clone method.

@computermaster0101
Copy link
Author

after further testing, i found there is a use case in which this does not work. I am working to resolve the issue so we can properly get the repo without error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant