From 593bcbc8547503455c82e588aedb60ea7b23f362 Mon Sep 17 00:00:00 2001 From: hanwckf Date: Sun, 2 Jun 2019 15:11:26 +0800 Subject: [PATCH] libreelec: update requirements --- build-alpine.sh | 2 +- build-libreelec.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-alpine.sh b/build-alpine.sh index 6564876..e8dc2c8 100755 --- a/build-alpine.sh +++ b/build-alpine.sh @@ -162,7 +162,7 @@ func_release() { case "$1" in generate) - func_generate "$2" "$3" "$4" + func_generate "$2" "$3" "$4" ;; release) func_release "$2" "$3" "$4" diff --git a/build-libreelec.sh b/build-libreelec.sh index b2982d0..31d85f6 100755 --- a/build-libreelec.sh +++ b/build-libreelec.sh @@ -1,5 +1,5 @@ #!/bin/bash -# requirements: sfdisk mtools jq +# requirements: sfdisk mtools jq squashfs-tools TMPDIR="tmp" origin="rock64"