All your codebase are belong to us.

Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
RouxAntoine 2024-01-05 15:28:49 +01:00
parent b61befb04f
commit 1af7b5882f
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -17,7 +17,7 @@ mkdir -p $DISK_ROOT
sudo mount $DISK_FILE $DISK_ROOT
yes y | sudo pacstrap -i -c $DISK_ROOT bash filesystem systemd-sysvcompat pacman iproute2 git
sudo pacstrap -c $DISK_ROOT bash filesystem systemd-sysvcompat pacman iproute2 git
echo "nameserver 1.1.1.1" | sudo tee $DISK_ROOT/etc/resolv.conf