Files
lnx-arch/dots/archinstall/t470p/options.sh
committer 1c485bdb7e + $SYSTEM_USER ($USER) needed after all
when running this script we are root. so, we need to system user name
2024-05-21 07:15:02 -05:00

14 lines
301 B
Bash

#!/usr/bin/env bash
# klevstul
# import using 'source'
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)
I3WM=true # {true, false} installs i3 packages