Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Download the CEF (Compressed Executable Format) file and copy it to /tmp directory.

  • Make sure there is a minimum of 1GB available free space on /tmp directory after you copied the CEF file.
    By default, CEF will be files are extracted to /tmp directory. To change the destination directory, use the option --dest-dir <directory> when executing the CEF file.

  • Replace <CEF_DIRECTORY> and <CEF_FILE> placeholders placeholder and execute the following commands:

    Code Block
    languagebash
    themeRDark
    cd <CEF_DIRECTORY>/tmp
    chmod 755 <CEF_FILE>
    ./<CEF_FILE>


...