Skip to content

Commit 6324cce

Browse files
authored
+
1 parent 35bdab7 commit 6324cce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Linux/install_bins_curl.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ INSTALL_DIR_SIZE_PRE="$(du -sh ${INSTALL_DIR} | cut -f1)" && export INSTALL_DIR_
209209
eval "${INSTALL_PRE}" "${INSTALL_SRC}/rga" -o "${INSTALL_DIR}/rga" && eval "${INSTALL_POST}" "${INSTALL_DIR}/rga" "${INSTALL_STRATEGY}"
210210
#rsync : https://github.com/RsyncProject/rsync
211211
eval "${INSTALL_PRE}" "${INSTALL_SRC}/rsync" -o "${INSTALL_DIR}/rsync" && eval "${INSTALL_POST}" "${INSTALL_DIR}/rsync" "${INSTALL_STRATEGY}"
212+
#script
213+
eval "${INSTALL_PRE}" "${INSTALL_SRC}/script" -o "${INSTALL_DIR}/script" && eval "${INSTALL_POST}" "${INSTALL_DIR}/script" "${INSTALL_STRATEGY}"
212214
#shellcheck
213215
eval "${INSTALL_PRE}" "${INSTALL_SRC}/shellcheck" -o "${INSTALL_DIR}/shellcheck" && eval "${INSTALL_POST}" "${INSTALL_DIR}/shellcheck" "${INSTALL_STRATEGY}"
214216
#soar

0 commit comments

Comments
 (0)