Added missing libvte dependency

The libvte dev library is missing when installing on Elementary OS (6.1).
Added its installation.
This commit is contained in:
Helge
2022-02-16 15:56:04 +01:00
committed by GitHub
parent 896ab30e57
commit 0dd5baca34

View File

@@ -305,6 +305,7 @@ fi
if [[ $distro == "elementaryos" ]]; then
gsettings set io.elementary.terminal.settings natural-copy-paste false
sudo ./linux/system-config/unipkg.sh libvte-2.91-dev
fi
if ! [ -x "$(command -v xhost)" ] || ! [ -x "$(command -v gcc)" ]; then