7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/bash -ex
|
|
cd "$(dirname "$0")"
|
|
. ./config
|
|
|
|
arch-chroot /mnt/ su "$username" -c bash -ex \
|
|
< src/dotfiles.sh
|