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:
parent
ffb899422b
commit
5cb1861f82
1 changed files with 0 additions and 5 deletions
5
Vagrantfile
vendored
5
Vagrantfile
vendored
|
@ -67,11 +67,6 @@ Vagrant.configure("2") do |config|
|
||||||
# Install package_check
|
# Install package_check
|
||||||
if ! [ -f "$HOME/package_check/package_check.sh" ]; then
|
if ! [ -f "$HOME/package_check/package_check.sh" ]; then
|
||||||
git clone https://github.com/YunoHost/package_check
|
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.
|
# Fix LXC containers not being able to reach outside internet.
|
||||||
# The default configuration is to detect the default gateway used
|
# The default configuration is to detect the default gateway used
|
||||||
|
|
Loading…
Add table
Reference in a new issue