From 77c9afecb17bba31bdc5fbb6f9a2717c47314b12 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Wed, 29 Dec 2021 06:08:05 +0100 Subject: [PATCH] fix: Set up ENI before setup-alpine --- infect.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infect.sh b/infect.sh index 91c8196..15f7917 100755 --- a/infect.sh +++ b/infect.sh @@ -103,7 +103,8 @@ cd / /bin/umount old_root # get nameservers -udhcpc +setup-interfaces -a +ifquery --list | xargs ifup # restore inittab mv /etc/inittab.bak /etc/inittab