milis/talimatname/genel/mercurial/mercurial.kur-kos

8 lines
145 B
Text
Raw Normal View History

2016-02-24 02:27:23 +02:00
if [ ! -f etc/mercurial/hgrc ]; then
mkdir -p /etc/mercurial
cat > /etc/mercurial/hgrc << "EOF"
[web]
cacerts = /etc/ssl/ca-bundle.crt
EOF
fi