refactor(klipper): pre-select python3 for klipper install

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
th33xitus
2023-06-17 19:51:41 +02:00
parent b0a65fe14e
commit 8ce4daf403

View File

@@ -71,7 +71,7 @@ function start_klipper_setup() {
### user selection for python version
print_dialog_user_select_python_version
while true; do
read -p "${cyan}###### Select Python version:${white} " input
read -p "${cyan}###### Select Python version:${white} " -i "1" -e input
case "${input}" in
1)
select_msg "Python 3.x\n"