Files
Linux_post_install/bin/pos-entertaiment
T
2026-08-05 07:50:08 -04:00

8 lines
297 B
Plaintext

#This pos-entertaiment bin for configure enable or disable entertaiments elements such enable/disable weather, gold ...so on
# and check flags to choose wich entertaiments to run or not
set -euo pipefail
CONFIG_DIR="$HOME/.config/linux_post_install"
CONFIG_FILE="$CONFIG_DIR/entertaiment.env"