This commit is contained in:
andreika-git 2022-04-08 15:55:04 +03:00
parent cd31fe514f
commit 7114c97fe5
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ function pip3_install_module {
pip3v=$($pip_bin --version 2>&1 | grep -Po '(pip [0-9]+\.[0-9]+.*)')
if [[ -z "$pip3v" ]] ; then
echo "* Missing pip3"
if [ "${machine}" = "linux" ] ; then
if [ "${machine}" = "linux" ] || [ "${machine}" = "cygwin" ] ; then
echo "Do you want to download and install it now? (Press 1 or 2)"
select yn in "Yes" "No"; do
case $yn in