aboutsummaryrefslogtreecommitdiff
path: root/unifi-video/lsb_release
blob: 2edb739a1e3016c9a7dc54973a0545eed05ca115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# Stub called by the controller to do software update checks. Absence causes
# failure. Since we're running alpine but UBNT doesn't know what that is just
# lie and say we're Ubuntu
#

cat <<EOF
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.3 LTS
Release:        16.04
Codename:       xenial
EOF