File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,9 @@ INSTALL_DIR_SIZE_PRE="$(du -sh ${INSTALL_DIR} | cut -f1)" && export INSTALL_DIR_
245245 eval " ${INSTALL_PRE} " " ${INSTALL_SRC} /wormhole-rs" -o " ${INSTALL_DIR} /wormhole-rs" && eval " ${INSTALL_POST} " " ${INSTALL_DIR} /wormhole-rs" " ${INSTALL_STRATEGY} "
246246# xq: https://github.com/sibprogrammer/xq
247247 eval " ${INSTALL_PRE} " " ${INSTALL_SRC} /xq" -o " ${INSTALL_DIR} /xq" && eval " ${INSTALL_POST} " " ${INSTALL_DIR} /xq" " ${INSTALL_STRATEGY} "
248+ # xz:
249+ eval " ${INSTALL_PRE} " " ${INSTALL_SRC} /Baseutils/xz/xz" -o " ${INSTALL_DIR} /xz" && eval " ${INSTALL_POST} " " ${INSTALL_DIR} /xz" " ${INSTALL_STRATEGY} "
250+ eval " ${INSTALL_PRE} " " ${INSTALL_SRC} /Baseutils/xz/unxz" -o " ${INSTALL_DIR} /unxz" && eval " ${INSTALL_POST} " " ${INSTALL_DIR} /unxz" " ${INSTALL_STRATEGY} "
248251# Yq
249252 eval " ${INSTALL_PRE} " " ${INSTALL_SRC} /yq" -o " ${INSTALL_DIR} /yq" && eval " ${INSTALL_POST} " " ${INSTALL_DIR} /yq" " ${INSTALL_STRATEGY} "
250253# Yj
You can’t perform that action at this time.
0 commit comments