summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Rijpstra2018-05-17 10:31:43 +0200
committerThomas Rijpstra2018-05-17 10:31:43 +0200
commit144d1805ad76b500ccd62463d5c0b0e99aaeb5ff (patch)
tree0d6b8ef0d0c998e26363336648d03029bd30e6ea
parentdfa3df19f4b40a4dda97153091279202e3d89dcc (diff)
downloadaur-144d1805ad76b500ccd62463d5c0b0e99aaeb5ff.tar.gz
fix commands in post install
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--electra-desktop-bin.install10
3 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 795ba22524a2..d4d189e770d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = electra-desktop-bin
pkgdesc = Cross-platform Desktop Wallet for Electra blockchain.
pkgver = 1.0.8
- pkgrel = 5
+ pkgrel = 6
url = https://electraproject.org/
install = electra-desktop-bin.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 93732da290a4..c69e919c85bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=electra-desktop-bin
_pkgname=electra-desktop
pkgver=1.0.8
-pkgrel=5
+pkgrel=6
pkgdesc='Cross-platform Desktop Wallet for Electra blockchain.'
arch=('x86_64')
url='https://electraproject.org/'
diff --git a/electra-desktop-bin.install b/electra-desktop-bin.install
index 6e62de4e45f0..9762ccb901e4 100644
--- a/electra-desktop-bin.install
+++ b/electra-desktop-bin.install
@@ -1,4 +1,10 @@
post_install() {
- echo -e ">> To enable syncing with the network, copy the supplied config file to ~/.Electra/";
- echo -e ">> cp --parents /opt/electra-desktop/Electra.conf.example ~/.Electra/Electra.conf";
+ echo -e "";
+ echo -e " >> To enable syncing with the network, copy the supplied config file to ~/.Electra/";
+ 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 "";
}