From cf146f706f26d31416f2e5a1e6c49913e8a366fb Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Fri, 18 Oct 2019 11:10:03 -0400 Subject: [PATCH] edit armbian test --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 9748bcf..56dfe7c 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -385,7 +385,7 @@ function optimize_php() { } function build_R1 () { - if [ -f /boot/armbianEnv.txt]; then + if [ -f /boot/armbianEnv]; then sudo sed -i '1i extraargs=net.ifnames=0' /boot/armbianEnv.txt fi }