File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
- update=' 2025-07-03 '
2
+ update=' 2025-07-04 '
3
3
command -p -- printf -- ' \n\n .___ __\n __ ________ __\174 _\057____ _\057 \174_ ____\n\174 \174 \134____ \134 \057 __ \174\134__ \134\134 __\134\057 __ \134\n\174 \174 \057 \174_\076 \076 \057_\057 \174 \057 __ \134\174 \174 \134 ___\057\n\174____\057\174 __\057\134____ \174\050____ \057__\174 \134___ \076\n \174__\174 \134\057 \134\057 \134\057\n a Lucas Larson production\n\n' >&2 && command -p -- sleep 1
4
4
command -p -- printf -- ' \360\237\223\241 verifying network connectivity' >&2
5
5
command -p -- sleep 1
@@ -105,7 +105,6 @@ if command -v -- python3 >/dev/null 2>&1; then
105
105
if command python3 -m pip > /dev/null 2>&1 ; then
106
106
command -p -- printf -- ' \n\360\237\220\215 updating outdated Python packages...\n' >&2
107
107
command python3 -m pip list --format=columns --outdated | command -p -- sed -n -e ' 3,$ s/^\([^[:space:]]*\).*/\1/p' | while IFS=' ' read -r -- package; do command python3 -m pip install --upgrade --verbose --verbose -- " ${package-} " ; done
108
- unset package > /dev/null 2>&1 || package=' '
109
108
fi
110
109
command -p -- printf -- ' checking for pyenv installation...\n' >&2
111
110
if command -v -- pyenv > /dev/null 2>&1 ; then
You can’t perform that action at this time.
0 commit comments