milis/talimatname/genel/mercurial/mercurial.kur-kos
2016-02-26 03:41:51 +02:00

7 lines
145 B
Text

if [ ! -f etc/mercurial/hgrc ]; then
mkdir -p /etc/mercurial
cat > /etc/mercurial/hgrc << "EOF"
[web]
cacerts = /etc/ssl/ca-bundle.crt
EOF
fi