mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 19:26:53 +02:00
.github
build
git-tools
phpBB
tests
travis
check-executable-files.sh
check-image-icc-profiles.sh
check-sami-parse-errors.sh
check-stylesheet.sh
ext-sniff.sh
phing-sniff.sh
phpunit-mariadb-travis.xml
phpunit-mysql-travis.xml
phpunit-mysqli-travis.xml
phpunit-postgres-travis.xml
phpunit-sqlite3-travis.xml
prepare-extension.sh
setup-database.sh
setup-exiftool.sh
setup-mariadb.sh
setup-php-extensions.sh
setup-phpbb.sh
setup-unbuffer.sh
setup-webserver.sh
vagrant
.appveyor.yml
.editorconfig
.gitignore
.jscsrc
.jshintrc
.postcss-sorting.json
.stylelintrc
.travis.yml
README.md
Vagrantfile
composer.phar
gulpfile.js
package.json
phpunit.xml.dist
15 lines
338 B
Bash
Executable File
15 lines
338 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# This file is part of the phpBB Forum Software package.
|
|
#
|
|
# @copyright (c) phpBB Limited <https://www.phpbb.com>
|
|
# @license GNU General Public License, version 2 (GPL-2.0)
|
|
#
|
|
# For full copyright and license information, please see
|
|
# the docs/CREDITS.txt file.
|
|
#
|
|
set -e
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install -y expect-dev
|