update adminer and adapt plugins to new version

This commit is contained in:
Pau Capó 2025-04-06 20:00:30 +02:00
parent 5659ab8524
commit f66a311358
15 changed files with 1411 additions and 1975 deletions

View file

@ -1,8 +1,10 @@
#!/bin/bash
URL=$(curl -s https://api.github.com/repos/adminerevo/adminerevo/releases/latest |
grep browser_download_url | grep "adminer-" |
cut -d : -f 2,3 |
tr -d \")
#URL=$(curl -s https://api.github.com/repos/adminerevo/adminerevo/releases/latest |
# grep browser_download_url | grep "adminer-" |
# cut -d : -f 2,3 |
# tr -d \")
URL="https://www.adminer.org/latest-en.php"
wget -q $URL -O adminer.php