mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 19:14:27 +05:00
fix: typos
This commit is contained in:
@@ -43,16 +43,16 @@ get_user_selections_dwc2(){
|
|||||||
while true; do
|
while true; do
|
||||||
echo
|
echo
|
||||||
top_border
|
top_border
|
||||||
echo -e "| Do you wan't to install dwc2-for-klipper-socket as |"
|
echo -e "| Do you want to install dwc2-for-klipper-socket as |"
|
||||||
echo -e "| 1) Init.d Service |"
|
echo -e "| 1) Init.d Service |"
|
||||||
echo -e "| 2) Systemd Service |"
|
echo -e "| 2) Systemd Service |"
|
||||||
hr
|
hr
|
||||||
echo -e "| Please use the appropriate option for your chosen |"
|
echo -e "| Please use the appropriate option for your chosen |"
|
||||||
echo -e "| Linux distribution. If you are unsure what to pick, |"
|
echo -e "| Linux distribution. If you are unsure what to select, |"
|
||||||
echo -e "| please do a research before. |"
|
echo -e "| please do a research before. |"
|
||||||
hr
|
hr
|
||||||
echo -e "| In case you are using Raspberry Pi OS, either option |"
|
echo -e "| If you are using Raspberry Pi OS, either option 1 or |"
|
||||||
echo -e "| 1 or 2 will work. |"
|
echo -e "| 2 will work. |"
|
||||||
bottom_border
|
bottom_border
|
||||||
read -p "${cyan}###### Please choose:${default} " action
|
read -p "${cyan}###### Please choose:${default} " action
|
||||||
case "$action" in
|
case "$action" in
|
||||||
|
|||||||
Reference in New Issue
Block a user