Skip to content

Commit

Permalink
add pop os to install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GaZaTu committed May 9, 2023
1 parent 73e34d0 commit 991faa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DISTRO_VERSION_ID=$(grep "^VERSION_ID=" "/etc/os-release" | sed "s/VERSION_ID=//

PACKAGE_MANAGER=$(
case "$DISTRO_ID" in
"ubuntu"* | "debian"*) echo "apt";;
"ubuntu"* | "debian"* | "pop"*) echo "apt";;
"opensuse"*) echo "zypper";;
"fedora"*) echo "dnf";;
esac
Expand Down

0 comments on commit 991faa5

Please sign in to comment.