Skip to content

Commit

Permalink
freebsd-pkg: download Latest/*.pkg additionally
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Jun 2, 2024
1 parent d2742f4 commit 7fdf076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freebsd-pkg/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ channel_sync() {

# get pkg software
enable_mtime=true fail_to_exit=false download <<<"$(echo Latest/{pkg-devel.txz,pkg.txz,pkg.txz.sig} | tr ' ' '\n')"
enable_mtime=true fail_to_exit=false download <<<"$(echo Latest/{pkg-devel.pkg,pkg.pkg,pkg.pkg.sig} | tr ' ' '\n')"

# get packages
tar -C $tmpdir -xJf $tmpdir/packagesite.txz packagesite.yaml
Expand Down

0 comments on commit 7fdf076

Please sign in to comment.