bump version and fix typo

pull/250/head
Muhammad Atif Ali 1 year ago
parent 0fa43a7bfa
commit 048cffbd2c

@ -29,7 +29,7 @@ variable "desktop_environment" {
variable "version" { variable "version" {
type = string type = string
description = "Version of KasmVNC to install." description = "Version of KasmVNC to install."
default = "1.2.0" default = "1.3.1"
} }
resource "coder_script" "kasm_vnc" { resource "coder_script" "kasm_vnc" {

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Check if desktop enivronment is installed # Check if desktop environment is installed
if ! dpkg -s ${DESKTOP_ENVIRONMENT} &> /dev/null; then if ! dpkg -s ${DESKTOP_ENVIRONMENT} &> /dev/null; then
sudo apt-get update sudo apt-get update
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y ${DESKTOP_ENVIRONMENT} DEBIAN_FRONTEND=noninteractive sudo apt-get install -y ${DESKTOP_ENVIRONMENT}

Loading…
Cancel
Save