diff --git a/tool/ssaudit b/tool/ssaudit index 25837b4..94f61e9 100755 --- a/tool/ssaudit +++ b/tool/ssaudit @@ -340,6 +340,7 @@ function auto_try_install() { # 首先尝试在主机安装 if install_in_host "$deb_path"; then + create_desktop_file return 0 fi diff --git a/tool/ssinstall b/tool/ssinstall index bfcc21f..6e0bed9 100755 --- a/tool/ssinstall +++ b/tool/ssinstall @@ -340,6 +340,7 @@ function auto_try_install() { # 首先尝试在主机安装 if install_in_host "$deb_path"; then + create_desktop_file return 0 fi