Skip to content

Commit

Permalink
Merge pull request #624 from HelgeCPH/master
Browse files Browse the repository at this point in the history
Added missing libvte dependency
  • Loading branch information
rbreaves authored Feb 17, 2022
2 parents 896ab30 + 0dd5bac commit df43fb3
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 df43fb3

Please sign in to comment.