update os support for devuan
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
b6b167ab2f
commit
63bbd5228a
1 changed files with 4 additions and 1 deletions
5
manifest
5
manifest
|
|
@ -24,7 +24,7 @@ os=$(cat $__global/explorer/os)
|
||||||
osversion=$(cat "$__global/explorer/os_version")
|
osversion=$(cat "$__global/explorer/os_version")
|
||||||
|
|
||||||
case "$os" in
|
case "$os" in
|
||||||
debian)
|
debian|devuan)
|
||||||
postgres_lib=libpq-dev
|
postgres_lib=libpq-dev
|
||||||
|
|
||||||
case $osversion in
|
case $osversion in
|
||||||
|
|
@ -37,6 +37,9 @@ case "$os" in
|
||||||
8*)
|
8*)
|
||||||
postgres_version=9.4
|
postgres_version=9.4
|
||||||
;;
|
;;
|
||||||
|
9*|ascii/ceres|ascii)
|
||||||
|
postgres_version=9.6
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unsupported OS Version: $osversion" >&2
|
echo "Unsupported OS Version: $osversion" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue