Skip to content

Commit

Permalink
Added missing libvte dependency
Browse files Browse the repository at this point in the history
The libvte dev library is missing when installing on Elementary OS (6.1).
Added its installation.
  • Loading branch information
HelgeCPH authored Feb 16, 2022
1 parent 896ab30 commit 0dd5bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xkeysnail_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dd5bac

Please sign in to comment.