aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-03-14 11:19:59 +0100
committerKarel Kočí <cynerd@email.cz>2023-03-14 11:32:31 +0100
commitfc085da8db6746e272ff9ca428f20505ff7e115d (patch)
tree14fa7e4eb0ec0af09a2ee6c86e19973adf279082 /install
parent30c8af33743b725da2d23a9cca285d2f47e5e339 (diff)
downloadmyconfigs-fc085da8db6746e272ff9ca428f20505ff7e115d.tar.gz
myconfigs-fc085da8db6746e272ff9ca428f20505ff7e115d.tar.bz2
myconfigs-fc085da8db6746e272ff9ca428f20505ff7e115d.zip
Rework wayvnc
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