1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-10 06:34:17 +03:00

add debian support to get-deps

Dependency names on Ubuntu and Debian are identical (only tested on stretch.)
This commit is contained in:
Taron Barber 2018-04-11 14:03:17 -07:00 committed by Wez Furlong
parent b7a095ef3f
commit 0ce396f305

View File

@ -16,7 +16,7 @@ if test -e /etc/centos-release || test -e /etc/fedora-release; then
fi fi
case `lsb_release -ds` in case `lsb_release -ds` in
Ubuntu*) Ubuntu*|Debian*)
apt-get install -y \ apt-get install -y \
cmake \ cmake \
bsdutils \ bsdutils \