clean up
This commit is contained in:
@@ -33,8 +33,6 @@ plugin_menu() {
|
|||||||
#get plugin path
|
#get plugin path
|
||||||
plugin_path=$(cat $SCRIPTDIR/plugins_list | sed -n -e "s/^plugin:$plugin path:\([[:graph:]]*\)/\1/p")
|
plugin_path=$(cat $SCRIPTDIR/plugins_list | sed -n -e "s/^plugin:$plugin path:\([[:graph:]]*\)/\1/p")
|
||||||
install_plugin
|
install_plugin
|
||||||
|
|
||||||
plugin_menu #keep going until quit
|
|
||||||
done
|
done
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -54,6 +52,5 @@ plugin_menu_cloud() {
|
|||||||
fi
|
fi
|
||||||
plugin_path=$(cat $SCRIPTDIR/plugins_cloud | sed -n -e "s/^plugin:$plugin path:\([[:graph:]]*\)/\1/p")
|
plugin_path=$(cat $SCRIPTDIR/plugins_cloud | sed -n -e "s/^plugin:$plugin path:\([[:graph:]]*\)/\1/p")
|
||||||
install_plugin
|
install_plugin
|
||||||
plugin_menu_cloud #keep going until quit
|
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
plugin:SimplyPrint path:https://github.com/SimplyPrint/OctoPrint-SimplyPrint/archive/master.zip
|
plugin:SimplyPrint Cloud path:https://github.com/SimplyPrint/OctoPrint-SimplyPrint/archive/master.zip
|
||||||
plugin:OctoEverywhere path:https://github.com/QuinnDamerell/OctoPrint-OctoEverywhere/archive/master.zip
|
plugin:Polar Cloud path:https://github.com/markwal/OctoPrint-PolarCloud/archive/master.zip
|
||||||
plugin:Polar path:https://github.com/markwal/OctoPrint-PolarCloud/archive/master.zip
|
plugin:AstroPrint Cloud path:https://github.com/AstroPrint/OctoPrint-AstroPrint/archive/master.zip
|
||||||
plugin:AstroPrint path:https://github.com/AstroPrint/OctoPrint-AstroPrint/archive/master.zip
|
|
||||||
Reference in New Issue
Block a user