mps-guncellekur
This commit is contained in:
parent
d813aed188
commit
f4cdde2f15
1 changed files with 4 additions and 1 deletions
5
bin/mps
5
bin/mps
|
@ -1855,7 +1855,10 @@ ayarlar() {
|
|||
fi ;;
|
||||
-kur)
|
||||
paket_inkur_oto "$2" ;;
|
||||
kur)
|
||||
#git-paketvt güncelle ve kur
|
||||
gkur)
|
||||
git_guncelle && paketvt_guncelle && paket_inkur_oto "$2" ;;
|
||||
kur)
|
||||
if [[ "$2" == "py-"* ]]; then
|
||||
pypaket=`echo "$2" | cut -d'-' -f 2`
|
||||
echo $pypaket "pip2 ile kurulacak"
|
||||
|
|
Loading…
Add table
Reference in a new issue