mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-06-21 18:12:00 +02:00
Merge branch 'revert-f1ce1179' into 'develop'
Revert "Merge branch 'bugfix/KASM-7016-dark-google-chrome-theme' into 'develop'" See merge request kasm-technologies/internal/workspaces-images!260
This commit is contained in:
commit
6abf800fb0
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
CHROME_ARGS="--password-store=basic --no-sandbox --ignore-gpu-blocklist --user-data-dir --no-first-run --disable-search-engine-choice-screen --simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT' --enable-features=WebContentsForceDark"
|
||||
CHROME_ARGS="--password-store=basic --no-sandbox --ignore-gpu-blocklist --user-data-dir --no-first-run --disable-search-engine-choice-screen --simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT'"
|
||||
CHROME_VERSION=$1
|
||||
|
||||
ARCH=$(arch | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')
|
||||
|
@ -8,7 +8,7 @@ if [ "${ARCH}" == "arm64" ] ; then
|
||||
fi
|
||||
|
||||
# This might prove fragile depending on how often slack changes it's website.
|
||||
version=$(wget -O- https://slack.com/downloads/linux | grep page-downloads__hero__meta-text__version | sed 's/.*Version //g' | cut -d "<" -f1 | head -1)
|
||||
version=$(curl -q https://slack.com/downloads/linux | grep page-downloads__hero__meta-text__version | sed 's/.*Version //g' | cut -d "<" -f1 | head -1)
|
||||
echo Detected slack version $version
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user