Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Commit eaa0e0f

Browse files
authored
Update autodesk_fusion_installer_x86-64.sh
1 parent 1097025 commit eaa0e0f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

files/builds/dev-branch/autodesk_fusion_installer_x86-64.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,14 @@ function check_options() {
6161
rm -f "$HOME/.local/share/applications/wine/Programs/Autodesk/Autodesk Fusion.desktop"
6262
rm -f "$HOME/.local/share/applications/adskidmgr-opener.desktop"
6363
echo -e "$(gettext "${GREEN}Autodesk Fusion has been uninstalled successfully!${NOCOLOR}")"
64-
;;
64+
exit;;
6565
[Nn]* )
6666
echo -e "$(gettext "${GREEN}The uninstallation process has been canceled!${NOCOLOR}")"
67-
;;
67+
exit;;
6868
* )
6969
echo -e "$(gettext "${YELLOW}Please answer with yes or no!${NOCOLOR}")"
70-
;;
71-
esac
72-
;;
70+
exit;;
71+
esac;;
7372
"--install")
7473
echo -e "$(gettext "${GREEN}Starting the installation process ...${NOCOLOR}")"
7574
sleep 2

0 commit comments

Comments
 (0)