vinanrra / Docker-7DaysToDie

7 days to die server using LinuxGSM in Docker with backups, monitor, auto-installable mods and more
GNU General Public License v3.0
210 stars 42 forks source link

Fix CPM install script to work with the latest releases #185

Closed piraxis closed 1 year ago

piraxis commented 1 year ago

Fixes Version detection issue. Adds another grep to the download URL to exclude a specific zip file.

It was tested with A21 stable.

vinanrra commented 1 year ago

Hi. @piraxis

What does the final grep -v Naiwazi?

Edit: Not what, why use the Naiwazi version?

piraxis commented 1 year ago

@vinanrra it excludes that version. The first grep pulled back two URLs and curl wasn't happy about it, so I excluded that version.