mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
new-alacritty
This commit is contained in:
parent
6e1cd27ef8
commit
082fbc7034
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ RUN apt-get update -qq && \
|
|||
apt-file update
|
||||
|
||||
# Install alacritty
|
||||
RUN wget -O alacritty.deb -nv https://github.com/jwilm/alacritty/releases/download/v0.3.3/Alacritty-v0.3.3-ubuntu_18_04_amd64.deb && \
|
||||
RUN wget -O alacritty.deb -nv https://github.com/alacritty/alacritty/releases/download/v0.4.3/Alacritty-v0.4.3-ubuntu_18_04_amd64.deb && \
|
||||
dpkg -i alacritty.deb && \
|
||||
rm alacritty.deb
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue