We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5267fb commit 9d8162bCopy full SHA for 9d8162b
scripts/install.sh
@@ -95,7 +95,7 @@ if [ "${mode}" = "none" ] && [ "$backup" = "none" ]; then # no mode or backup w
95
echo "pip not found. Installing pip..."
96
python3 -m pip install --upgrade pip
97
fi
98
- pip3 install questionary==2.1.0 --break-system-packages
+ pip3 install questionary==2.1.1 --break-system-packages
99
python3 install.py "$@"
100
pip3 uninstall questionary -y
101
exit
0 commit comments