File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,8 @@ INSTALL_DIR_SIZE_PRE="$(du -sh ${INSTALL_DIR} | cut -f1)" && export INSTALL_DIR_
208208 eval " ${INSTALL_PRE} " " ${INSTALL_SRC} /rga" -o " ${INSTALL_DIR} /rga" && eval " ${INSTALL_POST} " " ${INSTALL_DIR} /rga" " ${INSTALL_STRATEGY} "
209209# rsync : https://github.com/RsyncProject/rsync
210210 eval " ${INSTALL_PRE} " " ${INSTALL_SRC} /rsync" -o " ${INSTALL_DIR} /rsync" && eval " ${INSTALL_POST} " " ${INSTALL_DIR} /rsync" " ${INSTALL_STRATEGY} "
211+ # shellcheck
212+ eval " ${INSTALL_PRE} " " ${INSTALL_SRC} /shellcheck" -o " ${INSTALL_DIR} /shellcheck" && eval " ${INSTALL_POST} " " ${INSTALL_DIR} /shellcheck" " ${INSTALL_STRATEGY} "
211213# soar
212214 eval " ${INSTALL_PRE} " " ${INSTALL_SRC} /soar" -o " ${INSTALL_DIR} /soar" && eval " ${INSTALL_POST} " " ${INSTALL_DIR} /soar" " ${INSTALL_STRATEGY} "
213215# speedtest-go : https://github.com/showwin/speedtest-go
You can’t perform that action at this time.
0 commit comments