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 64ecaf6 commit 2cac579Copy full SHA for 2cac579
scripts/install.sh
@@ -72,6 +72,7 @@ done
72
if [ "${mode}" = "" ]; then # no mode
73
echo "Running cli installer"
74
wget https://raw.githubusercontent.com/${author}/${repo}/${branch}/scripts/install.py
75
+ python3 -m pip install --upgrade pip
76
pip3 install inquirer==3.4.0 --break-system-packages
77
python3 install.py
78
exit
0 commit comments