mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-07 08:04:06 +01:00
KASM-1973 WIP
This commit is contained in:
parent
5584613634
commit
200c5f4ee9
@ -4,7 +4,7 @@ if [ "$DISTRO" = "ubuntu" ]; then
|
||||
apt full-upgrade -y
|
||||
|
||||
#install virtualgl
|
||||
wget https://sourceforge.net/projects/virtualgl/files/2.6.90%20%283.0beta1%29/virtualgl_2.6.90_amd64.deb -P /tmp
|
||||
wget https://sourceforge.net/projects/virtualgl/files/2.6.95%20%283.0rc1%29/virtualgl_2.6.95_amd64.deb -P /tmp
|
||||
set +e
|
||||
dpkg -i /tmp/virtualgl_*amd64.deb
|
||||
set -e
|
||||
|
Loading…
Reference in New Issue
Block a user