This commit is contained in:
milisbir 2018-11-08 21:19:04 +02:00
parent ed53dd7f5f
commit 056b00b7a2
1 changed files with 4 additions and 2 deletions

View File

@ -3310,7 +3310,9 @@ ayarlar() {
paket_inkur_oto "$2" ;;
### mps gkur paketismi = git-paketvt günceller ve yerelde mps.lz varsa yereldekini yoksa sunucudan paketi indirip kurar.
gkur)
git_guncelle && paketvt_guncelle && paket_inkur_oto "$2"
git_guncelle;
paketvt_guncelle;
paket_inkur_oto "$2"
exit 0 ;;
### mps kur paketismi = yerelde mps.lz varsa yereldekini yoksa sunucudan paketi indirip kurar.
kur)
@ -3672,7 +3674,7 @@ ayarlar() {
exit 0 ;;
### mps -g paketismi = ilgili paketi tekil günceller.
-g|--pkgu)
git_guncelle && paketvt_guncelle
git_guncelle;paketvt_guncelle
if [ ! "$2" ]; then
$_yaz_uyari "paket ismi eksik"
hataloglama "paket ismi eksik"