Browse Source
Merge pull request #1772 from rogers0/PR/artful
scripts/build_deb.sh: Support ubuntu artful and bionic
pull/1783/head
Max Lv
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
scripts/build_deb.sh
|
|
@ -447,6 +447,11 @@ wheezy|precise) |
|
|
|
jessie|stretch|buster|testing|unstable|sid) |
|
|
|
build_install_sslibev |
|
|
|
;; |
|
|
|
artful|bionic) |
|
|
|
build_install_libbloom |
|
|
|
build_install_sslibev |
|
|
|
build_install_simpleobfs |
|
|
|
;; |
|
|
|
zesty) |
|
|
|
build_install_libsodium |
|
|
|
build_install_libbloom |
|
|
|