mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Add Ubuntu support to configure
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
faeea3bd8a
commit
20946f0711
4
Shorewall-core/configure
vendored
4
Shorewall-core/configure
vendored
@ -95,13 +95,13 @@ vendor=${params[HOST]}
|
||||
|
||||
if [ -z "$vendor" ]; then
|
||||
if [ -f /etc/os-release ]; then
|
||||
eval $(cat /etc/os-release | grep ^ID)
|
||||
eval $(cat /etc/os-release | grep ^ID=)
|
||||
|
||||
case $ID in
|
||||
fedora)
|
||||
vendor=redhat
|
||||
;;
|
||||
debian)
|
||||
debian|ubuntu)
|
||||
vendor=debian
|
||||
;;
|
||||
opensuse)
|
||||
|
Loading…
Reference in New Issue
Block a user