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-15 23:03:27 +02:00

12 lines
515 B
Bash
Executable File

#!/bin/bash -e
su - -c "chown app: '$HOME'"
#cat <<EOF >> "$HOME/.bashrc"
#export FAKETIME='$(date '+%Y-%m-%d 00:00:00')'
#EOF
ln -sf /app/.cxoffice/Microsoft_Office_2016/desktopdata/cxmenu/Shortcuts/cxoffice-fe00-*-1697392954.excel /app/bin/excel
ln -sf /app/.cxoffice/Microsoft_Office_2016/desktopdata/cxmenu/Shortcuts/cxoffice-fe00-*-1697392954.powerpnt /app/bin/powerpoint
ln -sf /app/.cxoffice/Microsoft_Office_2016/desktopdata/cxmenu/Shortcuts/cxoffice-fe00-*-1697392954.winword /app/bin/word
exec "$@"