From 1b240e31a646aeb15bece32dd298a1983ac7ef02 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 1 Aug 2023 11:38:12 +0530 Subject: [PATCH] fix: shebang! --- test/aur/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/aur/entrypoint.sh b/test/aur/entrypoint.sh index eacd09d..5525c16 100644 --- a/test/aur/entrypoint.sh +++ b/test/aur/entrypoint.sh @@ -1,3 +1,5 @@ +#!/bin/sh + declare -a aur_packages=("lune-bin" "lune-git" "lune") root_dir=$(pwd)