This repository has been archived on 2023-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
office/bin/install.sh
2023-10-29 21:47:02 +01:00

9 lines
391 B
Bash
Executable File

#!/bin/bash -e
mkdir -p /app/bin/
/opt/cxoffice/bin/cxinstaller
ln -sf /app/.cxoffice/Microsoft_Office_2016/desktopdata/cxmenu/Shortcuts/cxoffice*.excel /app/bin/excel
ln -sf /app/.cxoffice/Microsoft_Office_2016/desktopdata/cxmenu/Shortcuts/cxoffice*.powerpnt /app/bin/powerpoint
ln -sf /app/.cxoffice/Microsoft_Office_2016/desktopdata/cxmenu/Shortcuts/cxoffice*.winword /app/bin/word