feat: enable multi-platform builds in build-release; update user prompt for network interface selection in setup script

This commit is contained in:
biersoeckli
2025-02-07 16:09:07 +00:00
parent 8e11d4a8af
commit dd08930f44
7 changed files with 196 additions and 4 deletions

View File

@@ -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