diff --git a/cmd/create.go b/cmd/create.go index 1162c963..e31fa7ab 100644 --- a/cmd/create.go +++ b/cmd/create.go @@ -328,9 +328,9 @@ curl -sLO https://raw.githubusercontent.com/inlets/inlets/master/hack/inlets-ope export REMOTETCP="` + remoteTCP + `" export IP=$(curl -sfSL https://ifconfig.co) - curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.0/inlets-pro-linux > inlets-pro-linux && \ - chmod +x ./inlets-pro-linux && \ - mv ./inlets-pro-linux /usr/local/bin/inlets-pro + curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.3/inlets-pro > /tmp/inlets-pro && \ + chmod +x /tmp/inlets-pro && \ + mv /tmp/inlets-pro /usr/local/bin/inlets-pro curl -sLO https://raw.githubusercontent.com/inlets/inlets/master/hack/inlets-pro.service && \ mv inlets-pro.service /etc/systemd/system/inlets-pro.service && \