mirror of
https://github.com/searx/searx
synced 2024-11-22 01:45:21 +01:00
Fix typo
This commit is contained in:
parent
8362257b9a
commit
a922b1c35f
@ -32,7 +32,7 @@
|
|||||||
(${SERVICE_USER}) $ mkdir ${SERVICE_HOME}/local
|
(${SERVICE_USER}) $ mkdir ${SERVICE_HOME}/local
|
||||||
(${SERVICE_USER}) $ wget --progress=bar -O \"${GO_TAR}\" \\
|
(${SERVICE_USER}) $ wget --progress=bar -O \"${GO_TAR}\" \\
|
||||||
\"${GO_PKG_URL}\"
|
\"${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_USER}) $ which go
|
||||||
${SERVICE_HOME}/local/go/bin/go
|
${SERVICE_HOME}/local/go/bin/go
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user