summarylogtreecommitdiffstats
path: root/electra-desktop-bin.install
diff options
context:
space:
mode:
authorThomas Rijpstra2018-05-17 10:38:31 +0200
committerThomas Rijpstra2018-05-17 10:38:31 +0200
commit78c0c7d8ad6851e3760e6362a534127424fdc259 (patch)
tree85be368c1853ba98eff8f17a3d585077c174af7b /electra-desktop-bin.install
parent144d1805ad76b500ccd62463d5c0b0e99aaeb5ff (diff)
downloadaur-78c0c7d8ad6851e3760e6362a534127424fdc259.tar.gz
Small update to wording of post_install to better reflect usage of supplied config
Diffstat (limited to 'electra-desktop-bin.install')
-rw-r--r--electra-desktop-bin.install3
1 files changed, 1 insertions, 2 deletions
diff --git a/electra-desktop-bin.install b/electra-desktop-bin.install
index 9762ccb901e4..9401ef143275 100644
--- a/electra-desktop-bin.install
+++ b/electra-desktop-bin.install
@@ -1,10 +1,9 @@
post_install() {
echo -e "";
- echo -e " >> To enable syncing with the network, copy the supplied config file to ~/.Electra/";
+ echo -e " >> If you have trouble syncing, replace your config with the supplied config file in /opt/electra-desktop/Electra.conf.example";
echo -e "";
echo -e " >> Example:";
echo -e " >> --------";
- echo -e " >> mkdir ~/.Electra/";
echo -e " >> cp /opt/electra-desktop/Electra.conf.example ~/.Electra/Electra.conf";
echo -e "";
}