2
0
mirror of https://github.com/searx/searx synced 2025-08-30 22:16:19 +00:00

Merge pull request #2768 from Zackptg5/patch-1

Fix typo
This commit is contained in:
Adam Tauber
2021-04-21 18:12:05 +02:00
committed by GitHub

View File

@@ -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