Skip to content

Commit

Permalink
Add tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtuBox committed Jun 3, 2024
1 parent efcfac5 commit 648f40a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 648f40a

Please sign in to comment.