You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pagefind.sh
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,11 @@ then
37
37
BINDIR=$(mktemp -d)
38
38
TARGET=${BINDIR}/pagefind.tar.gz
39
39
OS_TYPE=x86_64-unknown-linux-musl
40
-
time wget --quiet -O ${TARGET}https://github.com/CloudCannon/pagefind/releases/download/v${PAGEFIND_VERSION}/pagefind-v${PAGEFIND_VERSION}-${OS_TYPE}.tar.gz
41
-
echo"${PAGEFIND_HASH}${TARGET}">${TARGET}.sha256
42
-
if shasum -a 256 -c ${TARGET}.sha256
40
+
time wget --quiet -O "${TARGET}""https://github.com/CloudCannon/pagefind/releases/download/v${PAGEFIND_VERSION}/pagefind-v${PAGEFIND_VERSION}-${OS_TYPE}.tar.gz"
0 commit comments