File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -361,12 +361,12 @@ install_zsh() {
361
361
if [ ! -e $root /.venv ]; then
362
362
echo " Setting up virtual environment ..."
363
363
python3 -m venv $root /.venv
364
- $root /.venv/bin/pip install --upgrade setuptools pip
364
+ $root /.venv/bin/pip install --quiet -- upgrade setuptools pip
365
365
echo
366
366
fi
367
367
if [ -e $root /requirements.txt ]; then
368
368
echo " Installing Python requirements ..."
369
- $root /.venv/bin/pip install --upgrade -r $root /requirements.txt
369
+ $root /.venv/bin/pip install --quiet -- upgrade -r $root /requirements.txt
370
370
echo
371
371
fi
372
372
@@ -425,12 +425,12 @@ install xorg Xorg
425
425
install xdg xdg-open
426
426
install zsh
427
427
428
+ # dropbox doesn't have a specific binary we can look for in $PATH
428
429
[ -e ~ /.dropbox-dist ] && install_dropbox
429
430
430
431
echo
431
432
432
433
433
- # look for broken symlinks
434
434
echo " Looking for broken symlinks..."
435
435
find $configs -xtype l
436
436
find $scripts -xtype l
You can’t perform that action at this time.
0 commit comments