diff options
Diffstat (limited to 'cloud-mdir-sync')
-rwxr-xr-x | cloud-mdir-sync | 2 |
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 |