diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-08 11:12:31 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-08 12:26:16 -0800 |
commit | d2f897f8de5e736a73c01e140bc8a63bd3a00326 (patch) | |
tree | 39207e902b1b26d87bf513fa1e5ffadaa6859fdc /debian/control | |
parent | 4b511d80a1edc1eabd6f47a22810030b54474603 (diff) | |
download | infinitytier-d2f897f8de5e736a73c01e140bc8a63bd3a00326.tar.gz infinitytier-d2f897f8de5e736a73c01e140bc8a63bd3a00326.zip |
add dependency on adduser
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 644be86e..3e9b6494 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Homepage: https://www.zerotier.com/ Package: zerotier-one Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, iproute2 +Depends: ${shlibs:Depends}, ${misc:Depends}, iproute2, adduser Homepage: https://www.zerotier.com/ Description: ZeroTier network virtualization service ZeroTier One lets you join ZeroTier virtual networks and |