Add element autostart

This commit is contained in:
2021-02-01 20:38:22 +01:00
parent e6bee6f56b
commit 90ec23a80a
6 changed files with 19 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ mkdir -p "${FEATURE_DIR}"
[[ $MACHINE_HAS_STEAM == "true" ]] && touch "${FEATURE_DIR}"/steam
[[ $MACHINE_HAS_DISCORD == "true" ]] && touch "${FEATURE_DIR}"/discord
[[ $MACHINE_HAS_RESTIC_BACKUP == "true" ]] && touch "${FEATURE_DIR}"/restic_backup
[[ $MACHINE_HAS_ELEMENT == "true" ]] && touch "${FEATURE_DIR}"/element
[[ $MACHINE_TYPE == "laptop" ]] && touch "${FEATURE_DIR}"/matchine_is_laptop