🔒 Repository is read-only – file editing is disabled.

recipes/gui/mercurial/mercurial.post-install main

7 linii Raw ← Powrót
1234567
if [ ! -f  etc/mercurial/hgrc ]; then
	mkdir -p etc/mercurial
	cat > etc/mercurial/hgrc << "EOF"
[web]
cacerts = /etc/ssl/ca-bundle.crt
EOF
fi