Skip to content

Commit

Permalink
Vagrantfile: use upstream package_check version
Browse files Browse the repository at this point in the history
All our fixes have been merged upstream, so this is not needed anymore.
  • Loading branch information
kemenaran committed Jan 29, 2018
1 parent ffb8994 commit 5cb1861
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Vagrantfile
Expand Up @@ -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
Expand Down

0 comments on commit 5cb1861

Please sign in to comment.