This commit is contained in:
milisbir 2017-08-12 17:00:49 +03:00
parent c5a2bf10a7
commit 23ec105db4
1 changed files with 18 additions and 16 deletions

View File

@ -1730,6 +1730,7 @@ agdan_kur(){
kkont=`kurulu_kontrol "$1"` kkont=`kurulu_kontrol "$1"`
if [ "$kkont" = "degil" ] || [ "$tekrarkur" = "evet" ];then if [ "$kkont" = "degil" ] || [ "$tekrarkur" = "evet" ];then
paket_indir "$1" paket_indir "$1"
if [ -f "$paketdepo$1#"* ];then
if [ -f $(ls -1t "$paketdepo$1#"* | head -1) ];then if [ -f $(ls -1t "$paketdepo$1#"* | head -1) ];then
if [ "$kurulum_onay" = "evet" ];then if [ "$kurulum_onay" = "evet" ];then
if [ "$tekrarkur" = "evet" ];then if [ "$tekrarkur" = "evet" ];then
@ -1749,6 +1750,7 @@ agdan_kur(){
else else
ryaz 31 "$1 indirme hatası" ryaz 31 "$1 indirme hatası"
fi fi
fi
elif [ "$kkont" = "kurulu" ];then elif [ "$kkont" = "kurulu" ];then
#ryaz 32 "$1 paketi zaten kurulu!" #ryaz 32 "$1 paketi zaten kurulu!"
printf "." printf "."