fix: upgrade setuptools, wheel when upgrading backup app

This commit is contained in:
Lance Edgar 2025-12-14 12:56:18 -06:00
parent 94c170f9f7
commit 1c7883393b

View file

@ -13,8 +13,9 @@ fi
PIP="sudo -H -u ${user} PIP_CONFIG_FILE=${envpath}/pip.conf ${envpath}/bin/pip"
# upgrade pip
# upgrade pip & friends
$PIP install $QUIET $PROGRESSBAR --upgrade pip
$PIP install $QUIET $PROGRESSBAR --upgrade setuptools wheel
# upgrade rattail
cd ${envpath}/src/rattail