From 999e841db21686089e74b08f1245770661441910 Mon Sep 17 00:00:00 2001 From: n0nag0n Date: Thu, 30 May 2024 08:28:49 -0600 Subject: [PATCH] Converted to AdminerEvo Adminer is no longer maintained. AdminerEvo has been created to further maintain the Adminer project. I justed tested this myself on my machine pointing to AdminerEvo sources and it worked out of the box. --- compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile.sh b/compile.sh index f5ec8a9..a7566c0 100755 --- a/compile.sh +++ b/compile.sh @@ -9,7 +9,7 @@ TRANSLATIONS_FILE="warning-translations.csv" CSS_FILE="adminer/adminer/static/default.css" DESIGNS_DIR="adminer/designs" COMPILE_CMD="php adminer/compile.php sqlite" -COMMIT_VERSION="v4.8.1" +COMMIT_VERSION="v4.8.4" step=1 if [ ! -d "adminer" ] @@ -17,7 +17,7 @@ then echo -e "\n$step. Load adminer's sources:\n" ((step+=1)) -git clone --recurse-submodules https://github.com/vrana/adminer.git +git clone --recurse-submodules https://github.com/adminerevo/adminerevo.git adminer cd adminer git reset --hard $COMMIT_VERSION