Skip to content

Commit

Permalink
debug hotspot offline install 2
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <[email protected]>
  • Loading branch information
mstormi committed Feb 4, 2025
1 parent 2c9501d commit 86bcbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image/offline-install-modifications.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ add_keys "https://openhab.jfrog.io/artifactory/api/gpg/key/public" "openhab"
echo "deb [signed-by=/usr/share/keyrings/openhab.gpg] https://openhab.jfrog.io/artifactory/openhab-linuxpkg stable main" > /etc/apt/sources.list.d/openhab.list

# comitup hotspot
wget -nv "${debfileurl}/${debfile}_${debfilelatest}" -O ${debfile}_${debfilelatest} || wget -nv "${debfileurl}/${debfile}_${debfilestatic} -O ${debfile}_${debfilelatest}"
wget -nv "${debfileurl}/${debfile}_${debfilelatest}" -O ${debfile}_${debfilelatest} || wget -nv "${debfileurl}/${debfile}_${debfilestatic}" -O ${debfile}_${debfilelatest}
dpkg -i --force-all "${debfile}_${debfilelatest}"
rm -f "${debfile}*.deb"
if [[ ! -f ${comituprepofile} ]]; then
Expand Down

0 comments on commit 86bcbbe

Please sign in to comment.