Skip to content

Commit

Permalink
fixup! Adapt install script to old repo tree
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Feb 8, 2024
1 parent dac9028 commit 6212977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ deb_setup_bb_artifacts_mirror

# Once repo are created with aptly, adapt below:
# wget -O - "${artifactsURL}/${tarbuildnum}/${parentbuildername}/dists/${VERSION_CODENAME}/main/binary-$(deb_arch)/Packages.gz" | gunzip >Packages
wget -O - "${artifactsURL}/${tarbuildnum}/${parentbuildername}/debs/Packages"
wget "${artifactsURL}/${tarbuildnum}/${parentbuildername}/debs/Packages"

set -x

Expand Down

0 comments on commit 6212977

Please sign in to comment.