mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-22 08:04:04 +01:00
27 lines
638 B
Markdown
27 lines
638 B
Markdown
|
---
|
||
|
name: Installation Issue
|
||
|
about: Create a report about an installation issue
|
||
|
title: ''
|
||
|
labels: ''
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
**Describe the bug**
|
||
|
A clear and concise description of what the issue is.
|
||
|
|
||
|
**System Description**
|
||
|
Provide the output of
|
||
|
```bash
|
||
|
cat /etc/os-release
|
||
|
uname -a
|
||
|
```
|
||
|
|
||
|
**KasmVNC Details**
|
||
|
Provide the filename of the package you installed KasmVNC with. The filename includes important details like the OS, architecture, and commit sha.
|
||
|
|
||
|
**Installation Details**
|
||
|
Provide the commands used to install the KasmVNC package and the output of those commands.
|
||
|
|
||
|
**Additional context**
|
||
|
Add any other context about the problem here.
|