-pecl refonctionne
-ajout d’espace pour antibody
This commit is contained in:
2020-09-02 18:25:56 +02:00
parent a434e2814a
commit 6e8361312c
3 changed files with 15 additions and 10 deletions

View File

@@ -118,3 +118,6 @@ antibody: updated: https://github.com/sindresorhus/pure 0a92b02 -> 3a5355b
antibody: updated: https://github.com/zdharma/fast-syntax-highlighting 303eeee -> 865566c antibody: updated: https://github.com/zdharma/fast-syntax-highlighting 303eeee -> 865566c
antibody: updated: https://github.com/zsh-users/zsh-completions ed0c7a7 -> 16b8947 antibody: updated: https://github.com/zsh-users/zsh-completions ed0c7a7 -> 16b8947
COMMENT COMMENT
echo ""
echo ""

View File

@@ -10,7 +10,7 @@
local_path=/Users/bruno/Sites/node_modules/ local_path=/Users/bruno/Sites/node_modules/
chemin=$(pwd) chemin=$(pwd)
#version: pip ou pip3 #version: pip ou pip3
version=pip3 pip_version=pip3
# #
######################################### #########################################
@@ -136,7 +136,7 @@ echo -e "🐍 Get pip \033[3m\033[93mPython 3 packages\033[0m installed list"
echo '## 🐍 Python packages' >> Installed.md echo '## 🐍 Python packages' >> Installed.md
echo '' >> Installed.md echo '' >> Installed.md
pip_packages=$($version list | sed '1,2d' | awk '{print $1}') pip_packages=$($pip_version list | sed '1,2d' | awk '{print $1}')
{ {
echo "\`\`\`bash" echo "\`\`\`bash"
echo "$pip_packages" echo "$pip_packages"

View File

@@ -67,15 +67,17 @@ if [ -n "$pecl_upgrade" ]; then
pecl channel-update pecl.php.net pecl channel-update pecl.php.net
#(pecl or doc) update available #(pecl or doc) update available
#b=$(echo "$ligne" | awk '{print $2}') b=$(echo "$ligne" | awk '{print $2}')
#pecl info "$b" pecl info "$b"
#echo "" echo ""
#if [ "$no_distract" = false ]; then if [ "$no_distract" = false ]; then
# echo "$b" | xargs -p -n 1 pecl upgrade echo "$b" | xargs -p -n 1 pecl upgrade
#else else
# echo "$b" | xargs -n 1 pecl upgrade echo "$b" | xargs -n 1 pecl upgrade
#fi fi
fi fi
echo ""
done <<< "$available" done <<< "$available"
fi fi
fi fi