5 lines
90 B
Bash
5 lines
90 B
Bash
#!/usr/bin/env bash
|
|
|
|
source /etc/archbox.conf
|
|
cp /etc/resolv.conf $CHROOT/etc/resolv.conf
|