summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarbUk2024-04-15 21:51:13 +0200
committerBarbUk2024-04-15 21:51:13 +0200
commit1e3c926ebbee4379b6e894e4d203dd7d0d0e1d7d (patch)
treed21b4481994f3c7960ec90737ac956b64bf75874
parent53ffec6145274cda966f2b370cd76c05ed368373 (diff)
downloadaur-1e3c926ebbee4379b6e894e4d203dd7d0d0e1d7d.tar.gz
Add link to documentation
-rw-r--r--PKGBUILD1
-rw-r--r--privatebin-cli-bin.install2
2 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5720e17e875f..8988137c7209 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,6 @@ sha256sums_x86_64=('9192e7d6f8eb78e1a511f7f1ce5a2854f923e363c4e3e30134a387b8f230
sha256sums_aarch64=('cbf42d94a25f220330b76ce11deb4a185b385863bde9d2a72febf6fe3b1336ac')
package() {
- cd $_binname-$pkgver
install -Dm755 $_binname "$pkgdir"/usr/bin/$_binname
install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}
diff --git a/privatebin-cli-bin.install b/privatebin-cli-bin.install
index 3cf3c80888b3..3ae77409a1c4 100644
--- a/privatebin-cli-bin.install
+++ b/privatebin-cli-bin.install
@@ -1,7 +1,7 @@
post_install() {
echo
echo "You need to configure the privatebin instance to use."
- echo "Read the manual: man privatebin.conf"
+ echo "Read the documentation: https://github.com/gearnode/privatebin/blob/master/doc/handbook.md"
echo
echo "Or create a config for the default instance:"
echo "mkdir -p ~/.config/privatebin/"