Skip to content

Commit a2b6033

Browse files
Merge pull request #4 from n0nag0n/patch-1
Converted to AdminerEvo
2 parents 2225463 + 999e841 commit a2b6033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ TRANSLATIONS_FILE="warning-translations.csv"
99
CSS_FILE="adminer/adminer/static/default.css"
1010
DESIGNS_DIR="adminer/designs"
1111
COMPILE_CMD="php adminer/compile.php sqlite"
12-
COMMIT_VERSION="v4.8.1"
12+
COMMIT_VERSION="v4.8.4"
1313

1414
step=1
1515
if [ ! -d "adminer" ]
1616
then
1717
echo -e "\n$step. Load adminer's sources:\n"
1818
((step+=1))
1919

20-
git clone --recurse-submodules https://github.com/vrana/adminer.git
20+
git clone --recurse-submodules https://github.com/adminerevo/adminerevo.git adminer
2121

2222
cd adminer
2323
git reset --hard $COMMIT_VERSION

0 commit comments

Comments
 (0)