mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-08 14:25:44 +01:00
Update extensions-standard.sh
This commit is contained in:
@@ -58,7 +58,7 @@ fi
|
|||||||
if [ "$reset" = "1" ]; then
|
if [ "$reset" = "1" ]; then
|
||||||
manager-extensions-standard
|
manager-extensions-standard
|
||||||
else
|
else
|
||||||
echo "Reset!"
|
echo "Nothing!"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -91,10 +91,14 @@ case $? in
|
|||||||
1)
|
1)
|
||||||
zenity --info \
|
zenity --info \
|
||||||
--text="$text_info_czech_plugin"
|
--text="$text_info_czech_plugin"
|
||||||
|
manager-extensions-standard
|
||||||
install-extensions-standard
|
install-extensions-standard
|
||||||
;;
|
;;
|
||||||
-1)
|
-1)
|
||||||
echo "An unexpected error occurred!";;
|
zenity --error \
|
||||||
|
--text="$text_error"
|
||||||
|
exit;
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -134,6 +138,15 @@ function robodk-plugin-standard {
|
|||||||
# Installation of various extensions is offered here. For examble: OctoPrint for Autodesk® Fusion 360™
|
# Installation of various extensions is offered here. For examble: OctoPrint for Autodesk® Fusion 360™
|
||||||
|
|
||||||
function manager-extensions-standard {
|
function manager-extensions-standard {
|
||||||
|
|
||||||
|
plugin_1="0"
|
||||||
|
plugin_2="0"
|
||||||
|
plugin_3="0"
|
||||||
|
plugin_4="0"
|
||||||
|
plugin_5="0"
|
||||||
|
plugin_6="0"
|
||||||
|
reset="0"
|
||||||
|
|
||||||
response=$(zenity --list \
|
response=$(zenity --list \
|
||||||
--checklist \
|
--checklist \
|
||||||
--title="$program_name" \
|
--title="$program_name" \
|
||||||
@@ -166,13 +179,5 @@ function manager-extensions-standard {
|
|||||||
# THE INSTALLATION PROGRAM IS STARTED HERE:
|
# THE INSTALLATION PROGRAM IS STARTED HERE:
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
plugin_1="0"
|
|
||||||
plugin_2="0"
|
|
||||||
plugin_3="0"
|
|
||||||
plugin_4="0"
|
|
||||||
plugin_5="0"
|
|
||||||
plugin_6="0"
|
|
||||||
reset="0"
|
|
||||||
|
|
||||||
manager-extensions-standard
|
manager-extensions-standard
|
||||||
install-extensions-standard
|
install-extensions-standard
|
||||||
|
|||||||
Reference in New Issue
Block a user