mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-02-11 05:59:23 -06:00
feat: enable multi-platform builds in build-release; update user prompt for network interface selection in setup script
This commit is contained in:
@@ -23,7 +23,7 @@ select_network_interface() {
|
||||
i=$((i + 1))
|
||||
done
|
||||
|
||||
printf "Please enter the number of the interface to use (1-%d): " "$((i - 1))"
|
||||
printf "Please enter the number of the interface to use: "
|
||||
# Change read to use /dev/tty explicitly
|
||||
read -r choice </dev/tty
|
||||
|
||||
|
||||
Reference in New Issue
Block a user