mps
This commit is contained in:
parent
c5a2bf10a7
commit
23ec105db4
2
bin/mps
2
bin/mps
|
@ -1730,6 +1730,7 @@ agdan_kur(){
|
|||
kkont=`kurulu_kontrol "$1"`
|
||||
if [ "$kkont" = "degil" ] || [ "$tekrarkur" = "evet" ];then
|
||||
paket_indir "$1"
|
||||
if [ -f "$paketdepo$1#"* ];then
|
||||
if [ -f $(ls -1t "$paketdepo$1#"* | head -1) ];then
|
||||
if [ "$kurulum_onay" = "evet" ];then
|
||||
if [ "$tekrarkur" = "evet" ];then
|
||||
|
@ -1749,6 +1750,7 @@ agdan_kur(){
|
|||
else
|
||||
ryaz 31 "$1 indirme hatası"
|
||||
fi
|
||||
fi
|
||||
elif [ "$kkont" = "kurulu" ];then
|
||||
#ryaz 32 "$1 paketi zaten kurulu!"
|
||||
printf "."
|
||||
|
|
Loading…
Reference in New Issue