mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-15 19:44:29 +05:00
fix: typo in mjpg-streamer dialog (#239)
This commit is contained in:
@@ -45,7 +45,7 @@ function install_fluidd() {
|
|||||||
while true; do
|
while true; do
|
||||||
echo
|
echo
|
||||||
top_border
|
top_border
|
||||||
echo -e "| Install MJGP-Streamer for webcam support? |"
|
echo -e "| Install MJPG-Streamer for webcam support? |"
|
||||||
bottom_border
|
bottom_border
|
||||||
read -p "${cyan}###### Please select (y/N):${white} " yn
|
read -p "${cyan}###### Please select (y/N):${white} " yn
|
||||||
case "${yn}" in
|
case "${yn}" in
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ function install_mainsail() {
|
|||||||
while true; do
|
while true; do
|
||||||
echo
|
echo
|
||||||
top_border
|
top_border
|
||||||
echo -e "| Install MJGP-Streamer for webcam support? |"
|
echo -e "| Install MJPG-Streamer for webcam support? |"
|
||||||
bottom_border
|
bottom_border
|
||||||
read -p "${cyan}###### Please select (y/N):${white} " yn
|
read -p "${cyan}###### Please select (y/N):${white} " yn
|
||||||
case "${yn}" in
|
case "${yn}" in
|
||||||
|
|||||||
Reference in New Issue
Block a user