mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-02-24 22:01:01 +01:00
Merge branch 'revert-fb94b380' into 'develop'
Revert "Merge branch 'bugfix/KASM-1835_chrome_92_gpu' into 'develop'" See merge request kasm-technologies/internal/workspaces-images!5
This commit is contained in:
commit
f08dcab60e
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
CHROME_ARGS="--password-store=basic --no-sandbox --use-gl=angle --use-angle=swiftshader --user-data-dir --no-first-run"
|
CHROME_ARGS="--password-store=basic --no-sandbox --disable-gpu --user-data-dir --no-first-run"
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt install -y apt-transport-https curl
|
apt install -y apt-transport-https curl
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
CHROME_ARGS="--password-store=basic --no-sandbox --use-gl=angle --use-angle=swiftshader --user-data-dir --no-first-run"
|
CHROME_ARGS="--password-store=basic --no-sandbox --disable-gpu --user-data-dir --no-first-run"
|
||||||
|
|
||||||
if [ "$DISTRO" = centos ]; then
|
if [ "$DISTRO" = centos ]; then
|
||||||
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
|
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
CHROME_ARGS="--password-store=basic --no-sandbox --use-gl=angle --use-angle=swiftshader --user-data-dir --no-first-run"
|
CHROME_ARGS="--password-store=basic --no-sandbox --disable-gpu --user-data-dir --no-first-run"
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user