mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-22 16:13:13 +01:00
Merge branch 'fix-users-wgetting-wrong-package' into 'master'
README: point users to releases page for their packages See merge request kasm-technologies/internal/KasmVNC!29
This commit is contained in:
commit
8a5915aeab
@ -42,10 +42,11 @@ Future Goals:
|
||||
#### Debian-based
|
||||
|
||||
```sh
|
||||
wget https://github.com/kasmtech/KasmVNC/releases/download/v0.9.2-beta/kasmvncserver_ubuntu_bionic_0.9.2_amd64.deb
|
||||
# Please choose the package for your distro here (under Assets):
|
||||
# https://github.com/kasmtech/KasmVNC/releases
|
||||
wget <package_url>
|
||||
|
||||
sudo dpkg -i kasmvncserver_*.deb
|
||||
sudo apt-get -f install
|
||||
sudo apt-get install ./kasmvncserver_*.deb
|
||||
|
||||
# We provide an example script to run KasmVNC at #
|
||||
# /usr/share/doc/kasmvncserver/examples/kasmvncserver-easy-start. It runs a VNC
|
||||
|
Loading…
Reference in New Issue
Block a user