Skip to content

Commit 1680b5c

Browse files
authored
fix
1 parent 9724282 commit 1680b5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Linux/install_bins_curl.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ INSTALL_DIR_SIZE_PRE="$(du -sh ${INSTALL_DIR} | cut -f1)" && export INSTALL_DIR_
227227
#taplo: https://github.com/tamasfe/taplo
228228
eval "${INSTALL_PRE}" "${INSTALL_SRC}/taplo" -o "${INSTALL_DIR}/taplo" && eval "${INSTALL_POST}" "${INSTALL_DIR}/taplo" "${INSTALL_STRATEGY}"
229229
#tealdeer: https://github.com/tealdeer-rs/tealdeer
230-
eval "${INSTALL_PRE}" "${INSTALL_SRC}/tealdeer" -o "${INSTALL_DIR}/tealdeer" && eval "${INSTALL_POST}" "${INSTALL_DIR}/tealdeer" "${INSTALL_STRATEGY}"
230+
eval "${INSTALL_PRE}" "${INSTALL_SRC}/tldr" -o "${INSTALL_DIR}/tldr" && eval "${INSTALL_POST}" "${INSTALL_DIR}/tldr" "${INSTALL_STRATEGY}"
231+
eval "${INSTALL_PRE}" "${INSTALL_SRC}/tldr" -o "${INSTALL_DIR}/tealdeer" && eval "${INSTALL_POST}" "${INSTALL_DIR}/tealdeer" "${INSTALL_STRATEGY}"
231232
#tmux
232233
eval "${INSTALL_PRE}" "${INSTALL_SRC}/tmux" -o "${INSTALL_DIR}/tmux" && eval "${INSTALL_POST}" "${INSTALL_DIR}/tmux" "${INSTALL_STRATEGY}"
233234
#tok

0 commit comments

Comments
 (0)