chromium-bin.sh 179 B

12345678
  1. #!/bin/sh
  2. if [ -d /usr/share/chromium ];then
  3. /usr/share/chromium/chrome --enable-features=UseOzonePlatform --ozone-platform=wayland
  4. else
  5. echo "mps kur chromium-bin"
  6. exit 1
  7. fi