mps
This commit is contained in:
parent
23ec105db4
commit
5a47f8fe5a
2
bin/mps
2
bin/mps
|
@ -1730,7 +1730,7 @@ agdan_kur(){
|
|||
kkont=`kurulu_kontrol "$1"`
|
||||
if [ "$kkont" = "degil" ] || [ "$tekrarkur" = "evet" ];then
|
||||
paket_indir "$1"
|
||||
if [ -f "$paketdepo$1#"* ];then
|
||||
if [ $(find $paketdepo -name $1#* | head -1) ];then
|
||||
if [ -f $(ls -1t "$paketdepo$1#"* | head -1) ];then
|
||||
if [ "$kurulum_onay" = "evet" ];then
|
||||
if [ "$tekrarkur" = "evet" ];then
|
||||
|
|
Loading…
Reference in New Issue