aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall7
1 files changed, 6 insertions, 1 deletions
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