fix: shebang!

This commit is contained in:
Erica Marigold 2023-08-01 11:38:12 +05:30 committed by GitHub
parent 1b53469cc6
commit 1b240e31a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
#!/bin/sh
declare -a aur_packages=("lune-bin" "lune-git" "lune")
root_dir=$(pwd)