mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 06:08:59 +08:00
parent
7f04a4407b
commit
59497ed53c
@ -51,7 +51,7 @@ check_os() {
|
|||||||
os_name="$(cat /etc/*-release | awk -F= '$1 == "NAME" { gsub(/"/, ""); print $2; exit }')"
|
os_name="$(cat /etc/*-release | awk -F= '$1 == "NAME" { gsub(/"/, ""); print $2; exit }')"
|
||||||
|
|
||||||
case "$os_name" in
|
case "$os_name" in
|
||||||
Ubuntu*)
|
Ubuntu*|Pop!_OS)
|
||||||
desired_os=1
|
desired_os=1
|
||||||
os="ubuntu"
|
os="ubuntu"
|
||||||
package_manager="apt-get"
|
package_manager="apt-get"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user