Skip to content

Commit

Permalink
p7zip-full
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberb committed Feb 23, 2022
1 parent 94be87e commit e62bd7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,14 @@ local build(board, arch, mode, distro) = {
#{ name: "rock64", arch: "arm", type: "all" },
#{ name: "helios4", arch: "arm", type: "all" },
#{ name: "helios64", arch: "arm", type: "all" },
{ name: "raspberrypi", arch: "arm", type: "all" },
#{ name: "raspberrypi", arch: "arm", type: "all" },
#{ name: "raspberrypi-64", arch: "arm64", type: "all" },
#{ name: "raspberrypi2", arch: "arm", type: "all" },
#{ name: "odroid-xu3and4", arch: "arm", type: "all" },
#{ name: "odroid-xu3and4", arch: "arm", type: "sd" },
#{ name: "odroid-c2", arch: "arm", type: "all" },
#{ name: "odroid-u3", arch: "arm", type: "all" },
{ name: "bananapim2", arch: "arm", type: "all" },
#{ name: "bananapim2", arch: "arm", type: "all" },
#{ name: "bananapim1", arch: "arm", type: "all" },
{ name: "cubietruck", arch: "arm", type: "all" },
#{ name: "tinker", arch: "arm", type: "all" },
Expand Down
2 changes: 1 addition & 1 deletion tools/extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SYNCLOUD_DISTR_URL="https://github.com/syncloud/base-image/releases/download/1"
UNZIP=unxz

apt update
apt install -y gdisk wget xz-utils kpartx unzip
apt install -y gdisk wget xz-utils kpartx unzip p7zip-full

if [[ ${SYNCLOUD_BOARD} == "raspberrypi2" ]]; then
IMAGE_FILE=2016-03-18-raspbian-jessie-lite.img
Expand Down

0 comments on commit e62bd7e

Please sign in to comment.