mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-19 13:29:11 +00:00
Fix `nprocs` should be `nproc`. Update urls for the version scripts to point to the new gitlab instance of the torproject.
2 lines
142 B
Bash
Executable file
2 lines
142 B
Bash
Executable file
#!/bin/sh
|
|
git ls-remote --tags https://gitlab.torproject.org/tpo/core/torsocks.git/ | grep -oE 'v[0-9]+\.[0-9]+\.[0-9]+$' | sort -V | tail -1
|