From 46381d24ccf4b7ae40a26e06c7735e2dfe44c39f Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Tue, 12 Feb 2019 09:37:03 +1100 Subject: [PATCH] bump --- scripts/bootstrap-host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-host.sh b/scripts/bootstrap-host.sh index f2d39c4..81634bd 100755 --- a/scripts/bootstrap-host.sh +++ b/scripts/bootstrap-host.sh @@ -29,7 +29,7 @@ echo '* soft nofile 1000000' >> /etc/security/limits.conf echo '* hard nofile 1000000' >> /etc/security/limits.conf # Install alacritty on the host -wget -O alacritty.deb https://github.com/jwilm/alacritty/releases/download/v0.2.5/Alacritty-v0.2.5_amd64.deb && \ +wget -O alacritty.deb https://github.com/jwilm/alacritty/releases/download/v0.2.8/Alacritty-v0.2.5_amd64.deb && \ dpkg -i alacritty.deb && \ rm alacritty.deb