Skip to content

Commit 4f1372c

Browse files
authored
+
1 parent 2c83817 commit 4f1372c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Linux/install_bins_curl.sh

+2
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ INSTALL_DIR_SIZE_PRE="$(du -sh ${INSTALL_DIR} | cut -f1)" && export INSTALL_DIR_
217217
eval "${INSTALL_PRE}" "${INSTALL_SRC}/soar" -o "${INSTALL_DIR}/soar" && eval "${INSTALL_POST}" "${INSTALL_DIR}/soar" "${INSTALL_STRATEGY}"
218218
#speedtest-go : https://github.com/showwin/speedtest-go
219219
eval "${INSTALL_PRE}" "${INSTALL_SRC}/speedtest-go" -o "${INSTALL_DIR}/speedtest-go" && eval "${INSTALL_POST}" "${INSTALL_DIR}/speedtest-go" "${INSTALL_STRATEGY}"
220+
#strace
221+
eval "${INSTALL_PRE}" "${INSTALL_SRC}/strace" -o "${INSTALL_DIR}/strace" && eval "${INSTALL_POST}" "${INSTALL_DIR}/strace" "${INSTALL_STRATEGY}"
220222
#sttr: https://github.com/abhimanyu003/sttr
221223
eval "${INSTALL_PRE}" "${INSTALL_SRC}/sttr" -o "${INSTALL_DIR}/sttr" && eval "${INSTALL_POST}" "${INSTALL_DIR}/sttr" "${INSTALL_STRATEGY}"
222224
#tailscale : https://github.com/tailscale/tailscale

0 commit comments

Comments
 (0)