We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d530f5c commit 60f9c54Copy full SHA for 60f9c54
1 file changed
.zshrc
@@ -546,7 +546,8 @@ update_tools()(
546
update_tools_stable()(
547
(timeout 10 wget -o /dev/stdout -O $WS/.tools_tmp.yml https://raw.githubusercontent.com/LynnHo/Make-Workspace/main/tools_stable.yml || \
548
timeout 10 wget -o /dev/stdout -O $WS/.tools_tmp.yml https://gitee.com/LynnHo/Make-Workspace/raw/main/tools_stable.yml) && \
549
- conda env update --name tools --file $WS/.tools_tmp.yml
+ # conda env update --name tools --file $WS/.tools_tmp.yml
550
+ conda env update --name tools --file $WS/.tools_tmp.yml --prune
551
chmod +x $TOOL_HOME/bin/{ping,ping6}
552
rm -f $WS/.tools_tmp.yml
553
0 commit comments