diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-12-16 10:50:47 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-12-16 10:50:47 +0100 |
| commit | 4dcdb1306d23a8e831389130fdef452cae4dc809 (patch) | |
| tree | db3a2b8ff49396cc205677128d3cd70b4358432d | |
| parent | ae94a78b4c1b9da70ec0c776b5d27e27cd4f4ebf (diff) | |
| parent | 6585a2427217d5ba8f456917f055df08c3414e78 (diff) | |
| download | mullvadvpn-4dcdb1306d23a8e831389130fdef452cae4dc809.tar.xz mullvadvpn-4dcdb1306d23a8e831389130fdef452cae4dc809.zip | |
Merge branch 'remove-iputils-dep'
| -rw-r--r-- | gui/tasks/distribution.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js index f677cc799b..eef691c869 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -138,6 +138,7 @@ const config = { deb: { fpm: [ + '--no-depends', '--version', getDebVersion(), '--before-install', @@ -159,7 +160,6 @@ const config = { ], afterInstall: distAssets('linux/after-install.sh'), afterRemove: distAssets('linux/after-remove.sh'), - depends: ['iputils-ping'], }, rpm: { |
