mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
notifications: fixup formatting and add to get-deps script
This commit is contained in:
parent
c547b03b8b
commit
09840dd011
2
get-deps
2
get-deps
@ -5,6 +5,7 @@ if test -e /etc/centos-release || test -e /etc/fedora-release; then
|
||||
yum install -y \
|
||||
make \
|
||||
g++ \
|
||||
dbus-devel \
|
||||
fontconfig-devel \
|
||||
openssl-devel \
|
||||
libxcb-devel \
|
||||
@ -23,6 +24,7 @@ case `lsb_release -ds` in
|
||||
bsdutils \
|
||||
cmake \
|
||||
fakeroot \
|
||||
libdbus-1-dev \
|
||||
libegl1-mesa-dev \
|
||||
libssl-dev \
|
||||
libfontconfig1-dev \
|
||||
|
@ -154,7 +154,8 @@ impl ConfigInner {
|
||||
.body(&format!("{}", err))
|
||||
// timeout isn't respected on macos
|
||||
.timeout(0)
|
||||
.show().ok();
|
||||
.show()
|
||||
.ok();
|
||||
}
|
||||
|
||||
self.error.replace(err.to_string());
|
||||
|
Loading…
Reference in New Issue
Block a user