We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c803b commit eaceb8bCopy full SHA for eaceb8b
1 file changed
install.sh
@@ -120,10 +120,12 @@ get_architecture() {
120
local _os_version_id="$(awk -F= '$1=="VERSION_ID" { print $2 ;}' /etc/os-release | tr -d '"')"
121
local _ostype="$_os_id$_os_version_id"
122
case "$_ostype" in
123
- ubuntu22*)
124
- check_apt_install libc++abi1-15
+ pop*)
+ local _ostype="ubuntu$_os_version_id"
125
;;
126
- pop22*)
+ esac
127
+ case "$_ostype" in
128
+ ubuntu22*)
129
check_apt_install libc++abi1-15
130
131
ubuntu20*)
0 commit comments