mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 02:52:16 +01:00
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:
parent
7fd34dd002
commit
2e31064f48
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
alsold;post_install() {
|
||||
post_install() {
|
||||
echo "HyprWhspr has been installed to /opt/hyprwhspr/"
|
||||
echo ""
|
||||
echo "To complete setup, run:"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue