Skip to content

Commit d10b78c

Browse files
committed
Revert "Auxiliary commit to revert individual files from e68cbb8"
This reverts commit 5d0a2c22adbb918ceb11d84eaddeff0750df759d.
1 parent 644a36f commit d10b78c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

update.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ command -v jq >/dev/null 2>&1 || { echo >&2 "'jq' is required but not found. Abo
8585
[ -n "${BASH_VERSINFO}" ] && [ -n "${BASH_VERSINFO[0]}" ] && [ ${BASH_VERSINFO[0]} -ge 4 ] \
8686
|| { echo >&2 "Bash 4.0 or greater is required. Aborting."; exit 1; }
8787

88-
# Create variants
89-
printf '%s\n' "{}" > versions.json
90-
9188
latest="$(curl -fsSL "https://www.phpmyadmin.net/home_page/version.json" | jq -r '.version')"
9289
sha256="$(curl -fsSL "$(download_url "$latest").sha256" | cut -f1 -d ' ' | tr -cd 'a-f0-9' | cut -c 1-64)"
9390

versions.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)