From 05cc9c286041d7655fa9e67d6ae76914e35d50a2 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 17 Aug 2021 17:29:22 +0200 Subject: [PATCH] try with unzig with admin user to build cln later --- build_sdcard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_sdcard.sh b/build_sdcard.sh index d31316fcf..6f952cec1 100755 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -1126,7 +1126,7 @@ sudo apt-get install -y \ libsqlite3-dev python3 python3-mako net-tools zlib1g-dev libsodium-dev \ gettext unzip -unzip clightning-v${CLVERSION}.zip +sudo -u admin unzip clightning-v${CLVERSION}.zip cd clightning-v${CLVERSION} || exit 1 echo "- Configuring EXPERIMENTAL_FEATURES enabled"