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
This commit is contained in:
goodroot 2025-09-06 15:50:02 -07:00
parent 7fd34dd002
commit 2e31064f48

View file

@ -1,4 +1,4 @@
alsold;post_install() {
post_install() {
echo "HyprWhspr has been installed to /opt/hyprwhspr/"
echo ""
echo "To complete setup, run:"