From 648f40aee31a77b22258bc5ad690b0eaf0c5939b Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 3 Jun 2024 08:41:56 +0200 Subject: [PATCH] Add tests.sh --- tests.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests.sh diff --git a/tests.sh b/tests.sh new file mode 100644 index 0000000..1684a66 --- /dev/null +++ b/tests.sh @@ -0,0 +1,7 @@ +#!/bin/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 +apt-get install make libunwind-dev libgoogle-perftools-dev -y >/dev/null 2>&1 +apt-get purge --option=Dpkg::options::=--force-all --assume-yes graphviz* redis* php* mysql* nginx* >/dev/null 2>&1 +apt-get -qq autoremove --purge >/dev/null 2>&1