adminer updated to adminerevo

This commit is contained in:
Pau Capó 2024-01-17 13:04:04 +01:00
parent b26f349581
commit 222120c957
5 changed files with 1194 additions and 1121 deletions

8
update.sh Normal file
View file

@ -0,0 +1,8 @@
#!/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 \")
wget -q $URL -O adminer.php