diff options
author | Karel Kočí <cynerd@email.cz> | 2023-03-14 11:19:59 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-03-14 11:32:31 +0100 |
commit | fc085da8db6746e272ff9ca428f20505ff7e115d (patch) | |
tree | 14fa7e4eb0ec0af09a2ee6c86e19973adf279082 /install | |
parent | 30c8af33743b725da2d23a9cca285d2f47e5e339 (diff) | |
download | myconfigs-fc085da8db6746e272ff9ca428f20505ff7e115d.tar.gz myconfigs-fc085da8db6746e272ff9ca428f20505ff7e115d.tar.bz2 myconfigs-fc085da8db6746e272ff9ca428f20505ff7e115d.zip |
Rework wayvnc
Diffstat (limited to 'install')
-rwxr-xr-x | install | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |