mps-bul.eklendi
This commit is contained in:
parent
fa5f2f2aa0
commit
0d06bf549d
8
bin/mps
8
bin/mps
|
@ -5,7 +5,7 @@ if [ -f /etc/mps.conf ];then
|
||||||
. /etc/mps.conf
|
. /etc/mps.conf
|
||||||
fi
|
fi
|
||||||
. /root/bin/fonks.sh
|
. /root/bin/fonks.sh
|
||||||
versiyon="0.8"
|
versiyon="0.8.1"
|
||||||
iletisim="milisarge@gmail.com"
|
iletisim="milisarge@gmail.com"
|
||||||
paketdepo="/depo/paketler/"
|
paketdepo="/depo/paketler/"
|
||||||
if [ -z ${sunucu+:} ]; then
|
if [ -z ${sunucu+:} ]; then
|
||||||
|
@ -146,6 +146,9 @@ paket_ara(){
|
||||||
ryaz 34 "$pkt - $pakdesc";
|
ryaz 34 "$pkt - $pakdesc";
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
kelime_bul(){
|
||||||
|
grep --color -H -ri "$1" /root/talimatname/
|
||||||
|
}
|
||||||
paket_bilgi2(){
|
paket_bilgi2(){
|
||||||
local paket kkont
|
local paket kkont
|
||||||
kkont=`kurulu_kontrol "$1"`
|
kkont=`kurulu_kontrol "$1"`
|
||||||
|
@ -863,7 +866,8 @@ ayarlar() {
|
||||||
|
|
||||||
-pa|ara)
|
-pa|ara)
|
||||||
paket_ara "$2" ;;
|
paket_ara "$2" ;;
|
||||||
|
bul)
|
||||||
|
kelime_bul "$2" ;;
|
||||||
-d|--pkde)
|
-d|--pkde)
|
||||||
zorla_derle="yok"
|
zorla_derle="yok"
|
||||||
kurulum_onay="olumsuz"
|
kurulum_onay="olumsuz"
|
||||||
|
|
Loading…
Reference in New Issue