This commit is contained in:
milisbir 2017-08-12 21:35:08 +03:00
parent 23ec105db4
commit 5a47f8fe5a
1 changed files with 1 additions and 1 deletions

View File

@ -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