forked from lix-project/lix
installer: don't clobber synthetic.conf
This commit is contained in:
parent
2b0a81d92d
commit
d3df1889a1
|
@ -122,7 +122,7 @@ main() {
|
||||||
|
|
||||||
if ! test_synthetic_conf; then
|
if ! test_synthetic_conf; then
|
||||||
echo "Configuring /etc/synthetic.conf..." >&2
|
echo "Configuring /etc/synthetic.conf..." >&2
|
||||||
echo nix | sudo tee /etc/synthetic.conf
|
echo nix | sudo tee -a /etc/synthetic.conf
|
||||||
if ! test_synthetic_conf; then
|
if ! test_synthetic_conf; then
|
||||||
echo "error: failed to configure synthetic.conf;" >&2
|
echo "error: failed to configure synthetic.conf;" >&2
|
||||||
suggest_report_error
|
suggest_report_error
|
||||||
|
|
Loading…
Reference in a new issue