This commit is contained in:
milisbir 2017-08-12 04:32:14 +03:00
parent 7e8054593d
commit e2906ed917
1 changed files with 2 additions and 1 deletions

View File

@ -1724,7 +1724,8 @@ agdan_kur(){
kkont=`kurulu_kontrol "$1"`
if [ "$kkont" = "degil" ] || [ "$tekrarkur" = "evet" ];then
paket_indir "$1"
if [ -f "$paketdepo$1#"* ];then
echo $1
if [ -f $(ls -1t "$paketdepo$1#"* | head -1) ];then
if [ "$kurulum_onay" = "evet" ];then
if [ "$tekrarkur" = "evet" ];then
paket_sil "$1" "evet"