Skip to content

Commit 2cac579

Browse files
committed
upgrade pip before install in cli mode
1 parent 64ecaf6 commit 2cac579

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ done
7272
if [ "${mode}" = "" ]; then # no mode
7373
echo "Running cli installer"
7474
wget https://raw.githubusercontent.com/${author}/${repo}/${branch}/scripts/install.py
75+
python3 -m pip install --upgrade pip
7576
pip3 install inquirer==3.4.0 --break-system-packages
7677
python3 install.py
7778
exit

0 commit comments

Comments
 (0)