Parcourir la source

add: pip update as user

micha il y a 2 ans
Parent
commit
168761ce74
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      install.sh

+ 6 - 0
install.sh

@@ -37,6 +37,12 @@ apt install -y $pkg
 #exit
 
 
+echo ""
+echo "-- update pip"
+su -- user <<EOF
+id
+pip install pip --upgrade
+EOF
 
 echo ""
 echo "-- python-pip pkg's"