mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 11:04:29 +05:00
feat: add OctoApp support (#454)
* Add OctoApp support * Update scripts/octoapp.sh Co-authored-by: dw-0 <domwil1091+github@gmail.com> * Remove duplicate clone function * Update Readme link * Use "OctoApp for Klipper" in install menu --------- Co-authored-by: dw-0 <domwil1091+github@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d800d356ca
commit
f2691f33d3
@@ -31,6 +31,7 @@ function remove_ui() {
|
||||
echo -e "| 7) [KlipperScreen] | 14) [OctoEverywhere] |"
|
||||
echo -e "| | 15) [Mobileraker] |"
|
||||
echo -e "| | 16) [NGINX] |"
|
||||
echo -e "| | 17) [OctoApp] |"
|
||||
back_footer
|
||||
}
|
||||
|
||||
@@ -73,6 +74,8 @@ function remove_menu() {
|
||||
do_action "remove_mobileraker" "remove_ui";;
|
||||
16)
|
||||
do_action "remove_nginx" "remove_ui";;
|
||||
17)
|
||||
do_action "remove_octoapp" "remove_ui";;
|
||||
B|b)
|
||||
clear; main_menu; break;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user