kaimallea / csgo

A containerized dedicated server for Counter-Strike: Global Offensive
The Unlicense
242 stars 58 forks source link

Add support for github links in install_plugin() #44

Open Soren90 opened 3 years ago

Soren90 commented 3 years ago

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.

whopavan commented 3 years ago

I think it might be possible and even I had this thought before, I can try to add it this weekend (if no one else does)