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