8 lines
160 B
Bash
Executable File
8 lines
160 B
Bash
Executable File
#!/bin/bash -ex
|
|
cd "$(dirname "$0")"
|
|
. ../src/lib.sh
|
|
|
|
cat config ../src/lib.sh src/install.sh | arch-chroot /mnt/ bash -ex
|
|
|
|
echo "${BOLD}${GREEN}DONE${NORMAL}"
|