summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatheus Gabriel Werny de Lima2021-02-26 11:48:36 +0100
committerMatheus Gabriel Werny de Lima2021-02-26 11:48:36 +0100
commitcdc1eac5151c93c49ec942a6bd2d644f1d391110 (patch)
treedd64cc060fa68f401d8a45ce2b7ebcf86c57089c /PKGBUILD
parent5599388c649a5691bedc9c6938e5fe05af684dde (diff)
downloadaur-cdc1eac5151c93c49ec942a6bd2d644f1d391110.tar.gz
Update.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c61254f1959..d89dd47f0b0f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -79,8 +79,8 @@ package()
# Install the systemd service.
install -Dm644 ${pkgdir}/usr/lib/${_pkgname}/${_pkgname_lc}.service ${pkgdir}/usr/lib/systemd/system/
- systemctl enable bitcoind.service
- systemctl enable ${_pkgname_lc}.service
+ sudo systemctl enable bitcoind.service
+ sudo systemctl enable ${_pkgname_lc}.service
# Install the documentation.
install -Dm644 ${pkgdir}/usr/lib/${_pkgname}/README.md ${pkgdir}/usr/share/doc/${_pkgname}/