优化了一下飞牛安装包

This commit is contained in:
snltty
2025-12-02 17:20:22 +08:00
parent 3598795812
commit f0766266ba
9 changed files with 47 additions and 22 deletions

View File

@@ -2,8 +2,8 @@
### This script is called after the user uninstalls the application.
docker stop linker
docker rm linker
docker rmi -f snltty/linker-musl
if [ "$wizard_data_action" = "delete" ]; then
rm -rf $TRIM_APPDEST_VOL/@appshare/linker-docker
fi
exit 0