We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75ddbf commit 86709a7Copy full SHA for 86709a7
build-image/offline-install-modifications.bash
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
# shellcheck disable=SC1091
3
4
+set -x
5
export BASEDIR="/opt/openhabian"
6
export DEBIAN_FRONTEND="noninteractive"
7
export PREOFFLINE="1"
@@ -17,7 +18,8 @@ wget -nv "${comitupurl}/$comitupfile"
17
18
dpkg -i --force-all "$comitupfile"
19
rm -f "$comitupfile"
20
if [[ ! -f ${comituprepofile} ]]; then
- 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
23
fi
24
25
# tailscale VPN
0 commit comments