Update alacritty-install.sh

This commit is contained in:
q3aql 2021-11-14 16:13:17 +01:00 committed by GitHub
parent 93d01e1d9c
commit ce284350a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ fi
# Install dependencies
apt update
apt upgrade -y
apt install make gcc autoconf cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3 cargo -y
apt install make gcc autoconf cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3 cargo git -y
#Build and install i3-gaps
cd /tmp