1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Vagrantfile: use upstream package_check version

All our fixes have been merged upstream, so this is not needed anymore.
This commit is contained in:
Pierre de La Morinerie 2018-01-29 10:46:27 +05:30
parent ffb899422b
commit 5cb1861f82

5
Vagrantfile vendored
View file

@ -67,11 +67,6 @@ Vagrant.configure("2") do |config|
# Install package_check
if ! [ -f "$HOME/package_check/package_check.sh" ]; then
git clone https://github.com/YunoHost/package_check
# Checkout our custom patches (until they get merged upstream)
cd package_check
git remote add kemenaran https://github.com/kemenaran/package_check.git
git fetch kemenaran
git checkout --track kemenaran/fixes
# Fix LXC containers not being able to reach outside internet.
# The default configuration is to detect the default gateway used