From 2e31064f481d959363a05eeaa105231dbe84a53c Mon Sep 17 00:00:00 2001 From: goodroot Date: Sat, 6 Sep 2025 15:50:02 -0700 Subject: [PATCH] Fix typo in hyprwhspr.install - Remove erroneous 'alsold;' from line 1 - This was causing 'alsold: command not found' error during installation - Now post_install() function will work correctly --- hyprwhspr.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprwhspr.install b/hyprwhspr.install index c2f0ddd6fade..09aac25274ef 100644 --- a/hyprwhspr.install +++ b/hyprwhspr.install @@ -1,4 +1,4 @@ -alsold;post_install() { +post_install() { echo "HyprWhspr has been installed to /opt/hyprwhspr/" echo "" echo "To complete setup, run:"