aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Koglin-Fischer2023-12-21 15:01:52 +0100
committerStephan Koglin-Fischer2023-12-21 15:26:58 +0100
commit3b6f2906589b8d61cbe6853acd576bb3451e6c9d (patch)
tree20c010a872b6f7ee0095b822e860e4ca06e7b564
parent0f8b9682e7a3680ab1a52add30d3e646f830bd57 (diff)
downloadaur-3b6f2906589b8d61cbe6853acd576bb3451e6c9d.tar.gz
feat: check that the source of the asdf is not contained in any shell config
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef692065ad37..439ee9aa6a6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stephan Koglin-Fischer <stephan dot koglin-fischer at funzt dot dev>
pkgname=dashlane-cli-git
pkgver=v1.15.1.r0.g8368d87
-pkgrel=43
+pkgrel=44
pkgdesc="Dashlane CLI GitHub repository version bundled with asdf-vm to ensure using the correct node version."
arch=('x86_64')
url="https://github.com/Dashlane/dashlane-cli"
@@ -32,7 +32,6 @@ check-for-asdf() {
if [[ $SHELL == *"bash"* ]]; then
# If the .bashrc file does not contain the asdf source command, we add it
if ! grep -q ". /opt/asdf-vm/asdf.sh" ~/.bashrc; then
- echo "Patching .bashrc"
echo -e "\n. /opt/asdf-vm/asdf.sh" >> ~/.bashrc
fi
source ~/.bashrc