This commit is contained in:
paukstelis
2022-06-27 15:04:12 -04:00
parent cd4cd2ff55
commit eea822ffff
2 changed files with 3 additions and 7 deletions

View File

@@ -33,8 +33,6 @@ plugin_menu() {
#get plugin path
plugin_path=$(cat $SCRIPTDIR/plugins_list | sed -n -e "s/^plugin:$plugin path:\([[:graph:]]*\)/\1/p")
install_plugin
plugin_menu #keep going until quit
done
}
@@ -54,6 +52,5 @@ plugin_menu_cloud() {
fi
plugin_path=$(cat $SCRIPTDIR/plugins_cloud | sed -n -e "s/^plugin:$plugin path:\([[:graph:]]*\)/\1/p")
install_plugin
plugin_menu_cloud #keep going until quit
done
}

View File

@@ -1,4 +1,3 @@
plugin:SimplyPrint path:https://github.com/SimplyPrint/OctoPrint-SimplyPrint/archive/master.zip
plugin:OctoEverywhere path:https://github.com/QuinnDamerell/OctoPrint-OctoEverywhere/archive/master.zip
plugin:Polar path:https://github.com/markwal/OctoPrint-PolarCloud/archive/master.zip
plugin:AstroPrint path:https://github.com/AstroPrint/OctoPrint-AstroPrint/archive/master.zip
plugin:SimplyPrint Cloud path:https://github.com/SimplyPrint/OctoPrint-SimplyPrint/archive/master.zip
plugin:Polar Cloud path:https://github.com/markwal/OctoPrint-PolarCloud/archive/master.zip
plugin:AstroPrint Cloud path:https://github.com/AstroPrint/OctoPrint-AstroPrint/archive/master.zip