TimeTrex/vendor/phpunit/phpunit-selenium/.ci/vagrant_pre_setup.sh

13 lines
382 B
Bash

#!/bin/sh
apt-add-repository ppa:ondrej/php -y
apt-get update
apt-get install software-properties-common -y
apt-get install python-software-properties -y
# installing xvfb, java and php
apt-get install xvfb php7.3-cli php7.3-curl php7.3-xml php7.3-mbstring php-xdebug ncurses-term unzip xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic vim -y --no-install-recommends