zepgram / magento2-fast-vm

Optimal vagrant developer box for Magento2. Folders synced by nfs/rsync. This box includes Magento developer utilities.
MIT License
110 stars 35 forks source link

error after first installation #50

Closed srgrbkl closed 4 years ago

srgrbkl commented 4 years ago
    zepgram: You might want to run 'apt --fix-broken install' to correct these.
    zepgram: The following packages have unmet dependencies:
    zepgram:  percona-release : Depends: gnupg2 but it is not installed
    zepgram: E
    zepgram: : 
    zepgram: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

Process finished with exit code 1

I think need to edit 38 line in 010-system-packages.sh replace 'vim git git-flow' > 'vim git git-flow gnupg2'

zepgram commented 4 years ago

Thanks @srgrbkl, it's fixed 👍