Files
lnx-arch/dots/archinstall/tuxwarrior/options.sh

10 lines
302 B
Bash
Raw Normal View History

2024-06-06 07:29:02 -05:00
#!/usr/bin/env bash
# klevstul
# these variables are used by `99_deploy.sh`, where this file is imported using `source`
2024-06-06 07:29:02 -05:00
OPTIONS_LOADED=true # used to check if options have been loaded
CLONE_TARGET_DIR=/tmp # directory to clone dots repository to
SYSTEM_USER=poq # system user (! root)