From bdeecbbbdea0e6e10ebb8ddeb9eb4153d771880a Mon Sep 17 00:00:00 2001 From: YOUR_NAME Date: Sun, 8 Feb 2026 09:33:20 -0800 Subject: [PATCH] fixed but with obsidian install --- scripts/apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/apps.sh b/scripts/apps.sh index 1d0ebde..4b83eb8 100755 --- a/scripts/apps.sh +++ b/scripts/apps.sh @@ -70,7 +70,7 @@ else install_cask obsidian ;; debian) - local obsidian_url=$(get_latest_github_release_url "obsidianmd/obsidian-releases" "_amd64.deb") + obsidian_url=$(get_latest_github_release_url "obsidianmd/obsidian-releases" "_amd64.deb") install_deb_from_url "$obsidian_url" ;; arch)