mirror of
https://github.com/KeithDHedger/LFSPkgBuilds.git
synced 2025-08-20 13:14:52 +00:00
9 lines
184 B
Bash
Executable File
9 lines
184 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#©keithhedger Thu 7 Feb 20:27:01 GMT 2019 kdhedger68713@gmail.com
|
|
|
|
mkdir -vp /etc/mercurial/
|
|
cat > /etc/mercurial/hgrc << "EOF"
|
|
[web]
|
|
cacerts = /etc/ssl/ca-bundle.crt
|
|
EOF |