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 @@ -180,6 +180,8 @@ INSTALL_DIR_SIZE_PRE="$(du -sh ${INSTALL_DIR} | cut -f1)" && export INSTALL_DIR_
180180 eval " ${INSTALL_PRE} " " ${INSTALL_SRC} /micro" -o " ${INSTALL_DIR} /micro" && eval " ${INSTALL_POST} " " ${INSTALL_DIR} /micro" " ${INSTALL_STRATEGY} "
181181# miniserve: https://github.com/svenstaro/miniserve
182182 eval " ${INSTALL_PRE} " " ${INSTALL_SRC} /miniserve" -o " ${INSTALL_DIR} /miniserve" && eval " ${INSTALL_POST} " " ${INSTALL_DIR} /miniserve" " ${INSTALL_STRATEGY} "
183+ # minisgn: https://github.com/jedisct1/minisign
184+ eval " ${INSTALL_PRE} " " ${INSTALL_SRC} /minisign" -o " ${INSTALL_DIR} /minisign" && eval " ${INSTALL_POST} " " ${INSTALL_DIR} /minisign" " ${INSTALL_STRATEGY} "
183185# ncdu : https://dev.yorhel.nl/ncdu
184186 eval " ${INSTALL_PRE} " " ${INSTALL_SRC} /ncdu" -o " ${INSTALL_DIR} /ncdu" && eval " ${INSTALL_POST} " " ${INSTALL_DIR} /ncdu" " ${INSTALL_STRATEGY} "
185187# notify: https://github.com/projectdiscovery/notify
You can’t perform that action at this time.
0 commit comments