diff options
author | renyhp <renyhp@disroot.org> | 2020-10-19 17:49:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 17:49:03 +0200 |
commit | 3bada084a2cbfe0c5e0098266855e0675be107bb (patch) | |
tree | d7c0d0ad752a99f6abb84a915e011f1db6c47759 /docs | |
parent | b386a815da6e9c73de05b9fe0777da88e62fd546 (diff) | |
download | searxng-3bada084a2cbfe0c5e0098266855e0675be107bb.tar.gz searxng-3bada084a2cbfe0c5e0098266855e0675be107bb.zip |
Extract to /usr/local/filtron/local
The /usr/local/filtron/local/go directory will be created by tar.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build-templates/filtron.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build-templates/filtron.rst b/docs/build-templates/filtron.rst index 83a451820..643688ff7 100644 --- a/docs/build-templates/filtron.rst +++ b/docs/build-templates/filtron.rst @@ -32,7 +32,7 @@ (${SERVICE_USER}) $ mkdir ${SERVICE_HOME}/local (${SERVICE_USER}) $ wget --progress=bar -O "${GO_TAR}" \\ "${GO_PKG_URL}" - (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local/go -xzf "${GO_TAR}" + (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local -xzf "${GO_TAR}" (${SERVICE_USER}) $ which go ${SERVICE_HOME}/local/go/bin/go |