summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwowario2021-01-12 16:38:23 +0300
committerwowario2021-01-12 16:38:23 +0300
commit4f08e5d9777e44ff445b0be30d292dfaee34347c (patch)
tree8ed0ee8b955447927c8215b4f6e32b67adb27580
parenta97564e9cb42f055216def92897c5d3011dfc427 (diff)
downloadaur-4f08e5d9777e44ff445b0be30d292dfaee34347c.tar.gz
add Tor instructions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD24
2 files changed, 24 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fe8e30031e5..9ea771841ba0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = monero-feather-git
pkgdesc = a free Monero desktop wallet
- pkgver = 0.3.0.8c80685686
+ pkgver = 0.3.0.4f5ad63bf9
pkgrel = 1
url = https://featherwallet.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cffa8e129789..6e85a85218d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: wowario <wowario[at]protonmail[dot]com>
pkgname='monero-feather-git'
-pkgver=0.3.0.8c80685686
+pkgver=0.3.0.4f5ad63bf9
pkgrel=1
pkgdesc='a free Monero desktop wallet'
license=('BSD')
@@ -30,3 +30,25 @@ package_monero-feather-git() {
install -Dm644 "${srcdir}/${pkgname}/src/assets/feather.desktop" "${pkgdir}/usr/share/applications/feather.desktop"
install -Dm644 "${srcdir}/${pkgname}/src/assets/images/feather.png" "${pkgdir}/usr/share/pixmaps/feather.png"
}
+
+post_install () {
+ echo ""
+ echo ""
+ echo "============================================"
+ echo " START TOR SERVICE BEFORE RUNNING FEATHER"
+ echo "============================================"
+ echo ""
+ echo "Start Tor service with:"
+ echo ""
+ echo "sudo systemctl start tor.service"
+ echo ""
+ echo "Check Tor status with:"
+ echo ""
+ echo "systemctl status tor.service"
+ echo ""
+ echo "Stop Tor service with:"
+ echo ""
+ echo "sudo systemctl stop tor.service"
+ echo ""
+ echo ""
+}