From 5cb1861f822accf84933471ee0adb6918adb96a3 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 29 Jan 2018 10:46:27 +0530 Subject: [PATCH] Vagrantfile: use upstream package_check version All our fixes have been merged upstream, so this is not needed anymore. --- Vagrantfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index a1dec32..ca9abb1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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