From 6a9d4f3240a16732f9fd0e0da5a5c2fc207a7a5e Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 5 Jul 2021 21:47:07 -0700 Subject: [PATCH] Update lf install script location lf download to apps/releases to avoid it conflicting with stow. Saving the file to ~/.local/share/buddy-up would mean it would be added to the repo due to the symlink. --- lf/.local/bin/install-lf-home | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lf/.local/bin/install-lf-home b/lf/.local/bin/install-lf-home index 934cb0e..15617ee 100755 --- a/lf/.local/bin/install-lf-home +++ b/lf/.local/bin/install-lf-home @@ -5,8 +5,8 @@ set -e # shellcheck disable=SC1090 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -VERSION=${VERSION:-r21} -DEST="${XDG_DATA_HOME}/buddy-up/apps/lf" +VERSION=${VERSION:-r24} +DEST="${XDG_DATA_HOME}/apps/releases/lf" URL=https://github.com/gokcehan/lf/releases/download/${VERSION}/lf-$(get_os)-$(get_arch).tar.gz extract_tarball "${URL}" "${DEST}/${VERSION}"