Merge branch 'feature/KASM-1834_high_dpi_screens' into 'develop'

Resolve KASM-1834 "Feature/ high dpi screens"

Closes KASM-1834

See merge request kasm-technologies/internal/workspaces-core-images!14
This commit is contained in:
Matthew McClaskey 2021-09-10 19:27:46 +00:00
commit e3a4cf12ed
2 changed files with 9 additions and 7 deletions

View File

@ -6,11 +6,11 @@ cd /tmp
if [ "${DISTRO}" == "kali" ] ;
then
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/6f2805e18652781213be6a385f7a05f3d22b218b/kasmvncserver_kali-rolling_0.9.3_master_6f2805_amd64.deb"
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/159d7527955f131e096cf1602b7f9f66cc5d66cb/kasmvncserver_kali-rolling_0.9.3_master_159d75_amd64.deb"
elif [ "${DISTRO}" == "centos" ] ; then
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/6f2805e18652781213be6a385f7a05f3d22b218b/kasmvncserver_centos_core_0.9.3_master_6f2805_x86_64.rpm"
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/159d7527955f131e096cf1602b7f9f66cc5d66cb/output/centos_core/kasmvncserver-0.9.1~beta-1.el7.x86_64.rpm"
else
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/6f2805e18652781213be6a385f7a05f3d22b218b/kasmvncserver_bionic_0.9.3_master_6f2805_amd64.deb"
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/159d7527955f131e096cf1602b7f9f66cc5d66cb/kasmvncserver_bionic_0.9.3_master_159d75_amd64.deb"
fi

View File

@ -12,10 +12,12 @@ else
apt-get install -y vim wget net-tools locales bzip2 wmctrl software-properties-common
apt-get clean -y
#update mesa to latest
add-apt-repository ppa:kisak/kisak-mesa
apt full-upgrade -y
echo "generate locales für en_US.UTF-8"
locale-gen en_US.UTF-8
fi
if [ "$DISTRO" = "ubuntu" ]; then
#update mesa to latest
add-apt-repository ppa:kisak/kisak-mesa
apt full-upgrade -y
fi