You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes - on Pop!OS it works but is unable to detect it correctly.
Please describe.
Pop!OS is based on Ubuntu.
Ubuntu is based on Debian.
It is possible to use either dpkg or apt/apt-get.
Describe the solution you'd like
Just change deploy/install.sh:
case "$os_name" in
#Ubuntu*)
Ubuntu*|Pop!_OS)
Describe alternatives you've considered
Separate entry for Pop!OS. To fork and patch, then pull request but let's signoz decide which solution might be the best.
Additional context
Add any other context or screenshots about the feature request here.
I had docker.io installed (but it has no docker-compose). Install script was unable to install it. Simple apt install docker-compose was enough to solve the problem.
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Yes - on Pop!OS it works but is unable to detect it correctly.
Please describe.
Pop!OS is based on Ubuntu.
Ubuntu is based on Debian.
It is possible to use either dpkg or apt/apt-get.
Describe the solution you'd like
Just change deploy/install.sh:
Describe alternatives you've considered
Separate entry for Pop!OS. To fork and patch, then pull request but let's signoz decide which solution might be the best.
Additional context
Add any other context or screenshots about the feature request here.
I had docker.io installed (but it has no docker-compose). Install script was unable to install it. Simple
apt install docker-compose
was enough to solve the problem.Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: