Skip to content

Commit 35f1cb7

Browse files
authored
Update install.sh
1 parent 6264b09 commit 35f1cb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ get_architecture() {
126126
Ubuntu\ 20*)
127127
check_apt_install libc++abi1-10
128128
local _ostype="ubuntu20.04"
129+
Debian\ GNU/Linux\ 10*)
130+
check_apt_install libc++abi1-13
131+
local _ostype="debian10"
129132
;;
130133
esac
131134
fi

0 commit comments

Comments
 (0)