Skip to content

Commit

Permalink
Fix env bash
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtuBox committed Jun 3, 2024
1 parent c37e0f9 commit 4b69950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4b69950

Please sign in to comment.