mirror of
https://github.com/RasppleII/a2cloud.git
synced 2025-01-06 00:32:53 +00:00
system_ident should use Debian codename on Pi
This commit is contained in:
parent
e10e80e517
commit
2d65ec0ee0
@ -12,7 +12,7 @@ if [[ -z $ras2_os || -z $ras2_arch ]]; then
|
||||
ras2_os="unknown"
|
||||
if hash lsb_release 2>/dev/null; then
|
||||
if [[ -f /usr/bin/raspi-config ]]; then
|
||||
ras2_os="rpi-$(lsb_release -rs)"
|
||||
ras2_os="rpi-$(lsb_release -cs)"
|
||||
else
|
||||
case "$(lsb_release -is)" in
|
||||
Debian)
|
||||
|
Loading…
Reference in New Issue
Block a user