This commit is contained in:
Tilman Kamp 2016-08-15 15:01:46 +00:00
Родитель 201771c4cc
Коммит 21cae7b7c3
1 изменённых файлов: 16 добавлений и 0 удалений

16
setup.sh Executable file
Просмотреть файл

@ -0,0 +1,16 @@
#!/usr/bin/env bash
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
set -e
cd setup
./setup.sh
cd ../client
./setup.sh
cd ../updater
./setup.sh