diff --git a/lf/.local/bin/install-lf-home b/lf/.local/bin/install-lf-home index 59cbdd8..ba07048 100755 --- a/lf/.local/bin/install-lf-home +++ b/lf/.local/bin/install-lf-home @@ -6,7 +6,7 @@ set -e source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=lf -VERSION=${VERSION:-r24} +VERSION=${VERSION:-r28} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/gokcehan/lf/releases/download/${VERSION}/lf-$(get_os)-$(get_arch).tar.gz