fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "${0%/*}"
|
||||
|
||||
if [ `uname` == 'Darwin' ]; then
|
||||
./myapp
|
||||
else
|
||||
export LD_LIBRARY_PATH="`pwd`/lib"
|
||||
bin/myapp
|
||||
fi
|
||||
Reference in New Issue
Block a user