Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ 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" ]
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
Expand Down