From 4b6995090e2540641cd436a9c43a91731fc18a43 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 3 Jun 2024 08:43:40 +0200 Subject: [PATCH] Fix env bash --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index 1684a66..e0e4ede 100644 --- a/tests.sh +++ b/tests.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash apt-get update -qq >/dev/null 2>&1 LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php -y >/dev/null 2>&1 rm -rf /etc/mysql /var/lib/mysql /etc/nginx