1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 13:21:38 +03:00

Add PureOS to the list of debian-like OS for dependency installation (#70)

This commit is contained in:
Noe Nieto 2019-11-25 12:28:08 -08:00 committed by Wez Furlong
parent 692f51c3c6
commit a159c28be2

View File

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