From fc085da8db6746e272ff9ca428f20505ff7e115d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 14 Mar 2023 11:19:59 +0100 Subject: Rework wayvnc --- install | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index e1d2193..e1828f2 100755 --- a/install +++ b/install @@ -36,7 +36,12 @@ fi if ask "ssh" "Install SSH config"; then mkdir -p ~/.cache/ssh # directory for sockets inst private/ssh_config ~/.ssh/config - inst local/bin/sshvnc ~/.local/bin/sshvnc +fi + +if ask "wayvnc" "Install wayland access"; then + inst local/bin/sshvnc ~/.local/bin/ + inst local/sbin/wayvnc1 ~/.local/sbin/ + inst config/systemd/user/wayvnc1.service ~/.config/systemd/user/ fi if ask "vim" "Install VIM scripts"; then -- cgit v1.2.3