Changes between Version 3 and Version 4 of Public/Docs/CinnamonSetupDebian980
- Timestamp:
- Sep 13, 2022, 11:36:22 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/Docs/CinnamonSetupDebian980
v3 v4 221 221 chmod -R 770 /opt/cae 222 222 }}} 223 * Check the contents of {{{cae.sh}}}. It should be: 224 {{{ 225 #!/bin/bash -x 226 mono /opt/cae/bin/CinnamonAsynchronousEngine.exe 227 }}} 223 228 * Set owner and permission to script. 224 229 {{{