Skip to content

Commit 86709a7

Browse files
openhabianopenhabian
openhabian
authored and
openhabian
committed
debug 6 build
Signed-off-by: openhabian <openhabian@openHABian>
1 parent b75ddbf commit 86709a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-image/offline-install-modifications.bash

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22
# shellcheck disable=SC1091
33

4+
set -x
45
export BASEDIR="/opt/openhabian"
56
export DEBIAN_FRONTEND="noninteractive"
67
export PREOFFLINE="1"
@@ -17,7 +18,8 @@ wget -nv "${comitupurl}/$comitupfile"
1718
dpkg -i --force-all "$comitupfile"
1819
rm -f "$comitupfile"
1920
if [[ ! -f ${comituprepofile} ]]; then
20-
echo "deb http://davesteele.github.io/comitup/repo comitup main" > $comituprepofile
21+
#echo "deb http://davesteele.github.io/comitup/repo comitup main" > $comituprepofile
22+
echo "deb [signed-by=/usr/share/keyrings/davesteele-archive-keyring.gpg] http://davesteele.github.io/comitup/repo comitup main" > $comituprepofile
2123
fi
2224

2325
# tailscale VPN

0 commit comments

Comments
 (0)