mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
KASM-3239 tweak for opensuse chromium install
This commit is contained in:
parent
b0437ba2e2
commit
170c38498d
@ -80,7 +80,10 @@ else
|
||||
fi
|
||||
EOL
|
||||
chmod +x /usr/bin/chromium-browser
|
||||
cp /usr/bin/chromium-browser /usr/bin/chromium
|
||||
|
||||
if [ "${DISTRO}" != "opensuse" ]; then
|
||||
cp /usr/bin/chromium-browser /usr/bin/chromium
|
||||
fi
|
||||
|
||||
if [[ "${DISTRO}" == @(centos|oracle7|oracle8|opensuse) ]]; then
|
||||
cat >> $HOME/.config/mimeapps.list <<EOF
|
||||
|
Loading…
Reference in New Issue
Block a user