aboutsummaryrefslogtreecommitdiffstats
path: root/cloud-mdir-sync
diff options
context:
space:
mode:
Diffstat (limited to 'cloud-mdir-sync')
-rwxr-xr-xcloud-mdir-sync2
1 files changed, 0 insertions, 2 deletions
diff --git a/cloud-mdir-sync b/cloud-mdir-sync
index 4492bf7..483874b 100755
--- a/cloud-mdir-sync
+++ b/cloud-mdir-sync
@@ -9,8 +9,6 @@ if [ ! -f "$VENV/bin/activate" ]; then
python3 -m venv "$VENV"
echo '*' > "$VENV/.gitignore"
source "$VENV/bin/activate"
- # MSAL doesn't work with old PIPs, they document that at least this one
- # works.
pip install --upgrade 'pip>=18.1'
pip install -e $(dirname "$BASH_SOURCE")
# Developer tools