Thank you very much for providing this docker image, it have made my life so much easier when handling sourcemod servers! I have a minor issue for me.
A lot of plugins for sourcemod does not use proper releases here on github, which means that you need to use the git binary or the github .zip file for example: https://github.com/kaimallea/csgo/archive/master.zip. The issue is that when downloading master.zip, it will put all content inside a folder called ${repo}-${branch}. Would it be possible to add support for this in the install_plugin() function? Today, these master.zip files does not work with this image.
Hi,
Thank you very much for providing this docker image, it have made my life so much easier when handling sourcemod servers! I have a minor issue for me.
A lot of plugins for sourcemod does not use proper releases here on github, which means that you need to use the git binary or the github .zip file for example: https://github.com/kaimallea/csgo/archive/master.zip. The issue is that when downloading master.zip, it will put all content inside a folder called ${repo}-${branch}. Would it be possible to add support for this in the install_plugin() function? Today, these master.zip files does not work with this image.