mps-kokdizin-kurma
This commit is contained in:
parent
c05983a5af
commit
49c0042175
15
bin/mps
15
bin/mps
|
@ -1555,8 +1555,7 @@ if [ `id -u` = 0 ] ; then
|
||||||
kkont=`kurulu_kontrol "$paketad"`
|
kkont=`kurulu_kontrol "$paketad"`
|
||||||
if [ "$kkont" = "degil" ];then
|
if [ "$kkont" = "degil" ];then
|
||||||
icerik_ekle "$2"
|
icerik_ekle "$2"
|
||||||
else
|
elif [ "$kkont" = "evet" ];then
|
||||||
echo $tekrarkur
|
|
||||||
if [ "$tekrarkur" = "hayir" ];then
|
if [ "$tekrarkur" = "hayir" ];then
|
||||||
while true; do
|
while true; do
|
||||||
ryaz 31 "$2 paketi zaten kurulu silinip kurulsun mu?"
|
ryaz 31 "$2 paketi zaten kurulu silinip kurulsun mu?"
|
||||||
|
@ -1573,6 +1572,18 @@ if [ `id -u` = 0 ] ; then
|
||||||
paket_sil "$paketad"
|
paket_sil "$paketad"
|
||||||
icerik_ekle "$2"
|
icerik_ekle "$2"
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
if [ "$tekrarkur" = "evet" ];then
|
||||||
|
while true; do
|
||||||
|
ryaz 31 "$2 paketi talimatname dışı.Yine de kurulsun mu? (kokdizin=$kokdizin) "
|
||||||
|
read -p "e veya h -> " eh
|
||||||
|
case $eh in
|
||||||
|
[Ee]* ) icerik_ekle "$2"; break;;
|
||||||
|
[Hh]* ) break;;
|
||||||
|
* ) echo "e veya h";;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
ryaz 31 "yerelde mps paketi bulunamadı."
|
ryaz 31 "yerelde mps paketi bulunamadı."
|
||||||
|
|
Loading…
Reference in New Issue